DispatchOperation.TransactionAutoComplete Proprietà

Definizione

Ottiene o imposta un valore che specifica se la transazione corrente viene completata automaticamente quando l'operazione restituisce correttamente.

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

Valore della proprietà

Boolean

true se l'operazione viene completata automaticamente quando la restituzione è corretta. In caso contrario, false. Il valore predefinito è false.

Si applica a