OperationDescription Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The OperationDescription type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginMethod | Gets or sets the begin method of the operation. |
|
DeclaringContract | Gets or sets the contract to which the operation belongs. |
|
EndMethod | Gets or sets the end method of the operation. |
|
Faults | Gets a collection of the descriptions of the faults associated with the operation description. |
|
IsOneWay | Gets a value that indicates whether an operation returns a reply message. |
|
KnownTypes | Gets the known types associated with the operation description. |
|
Messages | Gets or sets the descriptions of the messages that make up the operation. |
|
Name | Gets or sets the name of the operation description. |
|
SyncMethod | Gets or sets the service synchronization method of the operation description. |
Show: