OperationDescription::IsTerminating Property
.NET Framework (current version)
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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if the operation causes the server to close the session, otherwise, false. The default is false.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: