Declaration Syntax
Public Sub CloseResult( _
ByVal result As IAsyncResult _
)
public void CloseResult(
IAsyncResult result
);
public: void CloseResult(
IAsyncResult result
);
public function CloseResult(
result : IAsyncResult
);
Parameters
- result
- The System.IAsyncResult that was opneed.
Requirements
Namespace: Eas.WebCrawler.Common.ThreadingAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)