ServiceBehaviorAttribute.ShouldSerializeReleaseServiceInstanceOnTransactionComplete Method

Definition

Returns a value that indicates whether the ReleaseServiceInstanceOnTransactionComplete property has changed from its default value and should be serialized.

public:
 bool ShouldSerializeReleaseServiceInstanceOnTransactionComplete();
public bool ShouldSerializeReleaseServiceInstanceOnTransactionComplete ();
member this.ShouldSerializeReleaseServiceInstanceOnTransactionComplete : unit -> bool
Public Function ShouldSerializeReleaseServiceInstanceOnTransactionComplete () As Boolean

Returns

true if the ReleaseServiceInstanceOnTransactionComplete property value should be serialized; otherwise, false.

Applies to