IAbortableRequest.AbortEvent Property

 

Applies To: SQL Server 2016 Preview

Gets the handler that aborts the operation of the object.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

WaitHandle AbortEvent { get; }
property WaitHandle^ AbortEvent {
    WaitHandle^ get();
}
abstract AbortEvent : WaitHandle with get
ReadOnly Property AbortEvent As WaitHandle

Property Value

Type: System.Threading.WaitHandle

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

See Also

IAbortableRequest Interface
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top