ClientOperation Constructor (ClientRuntime, String, String, String)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public ClientOperation(
	ClientRuntime parent,
	string name,
	string action,
	string replyAction
)

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.

ExceptionCondition
ArgumentNullException

Parent or name is null.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft