Share via


DispatchOperation.AutoDisposeParameters Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets whether parameters are to be automatically disposed.

Namespace:  System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Syntax

'Declaration
Public ReadOnly Property AutoDisposeParameters As Boolean
public bool AutoDisposeParameters { get; }

Property Value

Type: System.Boolean
true if the parameters are to be automatically disposed; otherwise false.

Remarks

This property determines whether the client 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. Use the OperationCompleted event if you need to dispose parameters when the operation completes.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.