SyncStatus.IsCancelSignaled Property
Gets or sets a flag that determines whether the user has chosen to cancel the operation.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool IsCancelSignaled { get; }
public:
property bool IsCancelSignaled {
bool get();
}
member IsCancelSignaled : bool with get
Public ReadOnly Property IsCancelSignaled As Boolean
Property Value
Type: System.Boolean
Whether the user has chosen to cancel the operation.
Remarks
For security, full trust for the immediate caller is required. This member cannot be used by partially trusted code.
See Also
SyncStatus Class
Microsoft.ManagementConsole Namespace
Return to top