DispatchRuntime.ReleaseServiceInstanceOnTransactionComplete Property

Definition

Gets or sets a value that specifies whether the service object is recycled after the transaction successfully completes.

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

Property Value

true if the service object is recycled after the transaction successfully completes; otherwise, false. The default value is the value of ReleaseServiceInstanceOnTransactionComplete.

Remarks

Use the ReleaseServiceInstanceOnTransactionComplete to specify that the ReleaseServiceInstance method is called when the transaction successfully completes.

Applies to