DuplexChannelFactory<TChannel>::CreateChannel Method (Object^, String^)
.NET Framework (current version)
Creates a duplex channel between a service and a callback instance on the client.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: static TChannel CreateChannel( Object^ callbackObject, String^ endpointConfigurationName )
Parameters
- callbackObject
-
Type:
System::Object^
The Object that the client uses to listen for messages from the connected service.
- endpointConfigurationName
-
Type:
System::String^
The name used for the endpoint configuration.
Return Value
Type: TChannelA channel of type TChannel, the generic parameter for the factory, between the client and service.
| Exception | Condition |
|---|---|
| ArgumentNullException | endpointConfigurationName is null. |
| InvalidOperationException | callbackInstance or callbackInstance.UserObject is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: