DispatchRuntime.ReleaseServiceInstanceOnTransactionComplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.