OperationDescription.IsTerminating 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 indicates whether the service operation causes the server to close the session after the reply message, if any, is sent.
public:
property bool IsTerminating { bool get(); void set(bool value); };
public bool IsTerminating { get; set; }
member this.IsTerminating : bool with get, set
Public Property IsTerminating As Boolean
Property Value
true
if the operation causes the server to close the session, otherwise, false
. The default is false
.
Remarks
Use the IsTerminating property to indicate that calling a service operation terminates the communication session.
IsTerminating corresponds to the IsTerminating property in the Windows Communication Foundation (WCF) programming model.