DispatchOperation::AutoDisposeParameters Property
Gets or sets whether parameters are to be automatically disposed.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if the parameters are to be automatically disposed; otherwise false.
This property determines whether the service disposes all System::IDisposable parameters (input, output or reference parameters) that were created while processing a message. The default value is true. Set this property to false to prevent the system from disposing resources. In this case, you are responsible for the parameter lifetimes. See the OperationCompleted event if you need to dispose parameters when the operation completes.
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0