DispatchOperation Properties

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

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DispatchOperation type exposes the following members.

Properties

  Name Description
Public property Action Gets the value of the action for this operation.
Public property AutoDisposeParameters Gets or sets whether parameters are to be automatically disposed.
Public property DeserializeRequest Gets or sets a value that indicates whether the Formatter property value is used to deserialize the request message.
Public property Formatter Gets or sets the formatter maps between objects and messages: it is used to deserialize messages into objects and to serialize objects into messages.
Public property IsOneWay Gets a value that indicates if the operation is a one-way operation.
Public property Name Gets the name of the operation.
Public property Parent Gets the associated DispatchRuntime object.
Public property SerializeReply Gets or sets a value that specifies whether the Formatter object serializes reply messages.

Top