CallbackBehaviorAttribute::AutomaticSessionShutdown Property
.NET Framework (current version)
Specifies whether to automatically close a session when a service closes a duplex session.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if duplex callback objects automatically close a session when the service closes a duplex session; otherwise, false. The default is true.
By default, when a service closes a duplex session and the callback has finished processing any remaining messages, the callback closes the session. Setting AutomaticSessionShutdown to false prevents the client from automatically closing the session.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: