IAbortableRequest.AbortEvent Property

Definition

Gets the handler that aborts the operation of the object.

public:
 property System::Threading::WaitHandle ^ AbortEvent { System::Threading::WaitHandle ^ get(); };
public System.Threading.WaitHandle AbortEvent { get; }
member this.AbortEvent : System.Threading.WaitHandle
Public ReadOnly Property AbortEvent As WaitHandle

Property Value

Returns a value that represents the handler that aborts the operation of the object.

Applies to