A native pointer to this handle.

Declaration Syntax

Public Overrides Property Handle() As IntPtr
public override IntPtr Handle {get; set;}
public: __property IntPtr get_Handle();
public: __property void set_Handle(
	IntPtr value
);
public override function get Handle() : IntPtr;
public override function set Handle(IntPtr);

Requirements

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

See Also

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