ClientOperation Constructor (ClientRuntime, String, String, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the ClientOperation class using the specified ClientRuntime, name, action, and reply action values.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- parent
- Type: System.ServiceModel.Dispatcher.ClientRuntime
The containing ClientRuntime object.
- name
- Type: System.String
The name of the operation.
- action
- Type: System.String
The action of the operation.
- replyAction
- Type: System.String
The action of the reply message.
| Exception | Condition |
|---|---|
| ArgumentNullException | Parent or name is null. |
Show: