INodeContainer.WorkspaceClosing Property

Definition

Gets a cancellation which is set when workspace is closing. Meant to be used in background task to provide fast exit when closing.

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

Property Value

Applies to