IAsyncCompletionSession.IsDismissed 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.
Returns whether session is dismissed. When session is dismissed, all work is canceled.
public:
property bool IsDismissed { bool get(); };
public bool IsDismissed { get; }
member this.IsDismissed : bool
Public ReadOnly Property IsDismissed As Boolean