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.

IInputSessionShutdown::ChannelFaulted Method (IDuplexContextChannel^)

 

Indicates that the channel has faulted.

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

void ChannelFaulted(
	IDuplexContextChannel^ channel
)

Parameters

channel
Type: System.ServiceModel::IDuplexContextChannel^

The IDuplexContextChannel that has faulted.

Use the ChannelFaulted method to perform some custom behavior when a channel has faulted. Typically, the channel is aborted.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft