CommitResult.IsHandled 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.
Whether the commit occured. If true, no other IAsyncCompletionCommitManager will be asked to commit. If false, another IAsyncCompletionCommitManager will be asked to commit.
public:
property bool IsHandled { bool get(); };
public bool IsHandled { get; }
public bool IsHandled { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.IsHandled : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IsHandled : bool
Public ReadOnly Property IsHandled As Boolean
Property Value
- Attributes