INodeContainer.WorkspaceClosing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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