Compartilhar via


CommitResult.IsHandled Property

Definition

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

Applies to