Closes an opened result.

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

See Also

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