Logs that an System.IAsyncResult was opened through the 'Begin' half of an asynchronous method.

Declaration Syntax

Public Sub OpenResult( _
	ByVal result As IAsyncResult, _
	ByVal textHint As String _
)
public void OpenResult(
	IAsyncResult result, 
	string textHint
);
public: void OpenResult(
	IAsyncResult result, 
	String textHint
);
public function OpenResult(
	result : IAsyncResult, 
	textHint : String
);

Parameters

result
The result returned from the 'Begin' method. 
textHint
A text hint that will be displayed if this result is not closed (for debugging). 

Requirements

Namespace: Eas.WebCrawler.Common.Threading
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

AsyncResultTracker Class | AsyncResultTracker Members | Eas.WebCrawler.Common.Threading Namespace