DispatchOperation.TransactionAutoComplete Property

Definition

Gets or sets a value that specifies whether the current transaction automatically completes when the operation returns successfully.

public:
 property bool TransactionAutoComplete { bool get(); void set(bool value); };
public bool TransactionAutoComplete { get; set; }
member this.TransactionAutoComplete : bool with get, set
Public Property TransactionAutoComplete As Boolean

Property Value

true if the operation automatically completes on successful return; otherwise, false. The default is false.

Applies to