ChannelManagerService Class
Provides functionality for constructing client-side channels, caching channels, and channel factories.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
System.Workflow.Runtime.Hosting::WorkflowRuntimeService
System.Workflow.Runtime.Hosting::ChannelManagerService
| Name | Description | |
|---|---|---|
![]() | ChannelManagerService() | Initializes a new instance of the ChannelManagerService class. |
![]() | ChannelManagerService(ChannelPoolSettings^) | Initializes a new instance of the ChannelManagerService class. |
![]() | ChannelManagerService(ChannelPoolSettings^, IList<ServiceEndpoint^>^) | Initializes a new instance of the ChannelManagerService class. |
![]() | ChannelManagerService(IList<ServiceEndpoint^>^) | Initializes a new instance of the ChannelManagerService class. |
![]() | ChannelManagerService(NameValueCollection^) | Initializes a new instance of the ChannelManagerService class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Start() | When overridden in a derived class, starts the service and changes the State to Starting.(Inherited from WorkflowRuntimeService.) |
![]() | Stop() | When overridden in a derived class, stops the service and changes the State to Stopping.(Inherited from WorkflowRuntimeService.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The ChannelManagerService is responsible for creating a channel for a SendActivity based on the channel token defined in the activity's ChannelToken.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


