The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DispatchOperation Constructor (DispatchRuntime^, String^, String^)
.NET Framework (current version)
Initializes a new instance of the DispatchOperation class using the specified dispatch run-time, name, and action values.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- parent
-
Type:
System.ServiceModel.Dispatcher::DispatchRuntime^
The associated DispatchRuntime object.
- name
-
Type:
System::String^
The name of the dispatch operation.This is used as the key to the Operations collection.
- action
-
Type:
System::String^
The message action for which this dispatch operation is being created.
Use this constructor for a service operation that follows the one-way pattern.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: