WorkflowCreationContext.IsCompletionTransactionRequired Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un valore che indica se il metodo OnBeginWorkflowCompleted(ActivityInstanceState, IDictionary<String,Object>, Exception, TimeSpan, AsyncCallback, Object) viene chiamato in una transazione.
public:
property bool IsCompletionTransactionRequired { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsCompletionTransactionRequired { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsCompletionTransactionRequired : bool with get, set
Public Property IsCompletionTransactionRequired As Boolean
Valore della proprietà
true se è richiesta una transazione di completamento; in caso contrario, false.
- Attributi