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.ThreadingAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)