DispatchOperation Constructor (DispatchRuntime^, String^, String^, String^)

 

Initializes a new instance of the DispatchOperation class using the specified dispatch run-time, name, action, and reply action values.

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

public:
DispatchOperation(
	DispatchRuntime^ parent,
	String^ name,
	String^ action,
	String^ replyAction
)

Parameters

parent
Type: System.ServiceModel.Dispatcher::DispatchRuntime^

The associated DispatchRuntime object.

name
Type: System::String^

The name of the dispatch operation.

action
Type: System::String^

The SOAP message Action for which this dispatch operation is being created.

replyAction
Type: System::String^

The reply action associated with this dispatch operation.

Use this constructor for a service operation that follows the request-reply pattern.

.NET Framework
Available since 3.0
Return to top
Show: