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.