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