OperationDescription::IsTerminating Property
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.
Available since 3.0