ClientOperation Properties

ClientOperation Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The ClientOperation type exposes the following members.

  NameDescription
Public property Action Gets the action of the operation.
Public property BeginMethod Gets or sets the method associated with an asynchronous operation.
Public property DeserializeReply Gets or sets a value that indicates whether the Formatter property value is used to deserialize the reply message.
Public property EndMethod Gets or sets the method that implements the asynchronous end method for the operation.
Public property Formatter Gets or sets the formatter that serializes objects into messages and deserializes messages into objects.
Public property IsInitiating Gets or sets a value that indicates whether a session can be started by a message to this operation.
Public property IsOneWay Gets or sets a value that indicates whether the operation is a one-way operation.
Public property IsTerminating Gets or sets a value that indicates whether this operation is the last one in a session.
Public property Name Gets the name of the operation.
Public property Parent Gets the containing ClientRuntime object.
Public property ReplyAction Gets the action of the reply message for this operation.
Public property SerializeRequest Gets or sets a value that specifies whether the Formatter object serializes an outbound message.
Public property SyncMethod Gets or sets the method that is associated with this operation.
Top

Show:
© 2017 Microsoft