Windows apps
Collapse the table of content
Expand the table of content
Information
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.

DuplexChannelFactory<TChannel>::CreateChannel Method (InstanceContext^)

 

Creates a duplex channel between a service and a callback instance on the client.

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

public:
TChannel CreateChannel(
	InstanceContext^ callbackInstance
)

Parameters

callbackInstance
Type: System.ServiceModel::InstanceContext^

The InstanceContext that the client uses to listen for messages from the connected service.

Return Value

Type: TChannel

A duplex channel of type TChannel, the generic parameter for the factory, between the client and service.

Exception Condition
InvalidOperationException

callbackInstance or callbackInstance.UserObject is null.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Return to top
Show:
© 2017 Microsoft