DispatchRuntime.ChannelDispatcher Property

Definition

Gets the ChannelDispatcher for this dispatch run-time object.

public:
 property System::ServiceModel::Dispatcher::ChannelDispatcher ^ ChannelDispatcher { System::ServiceModel::Dispatcher::ChannelDispatcher ^ get(); };
public System.ServiceModel.Dispatcher.ChannelDispatcher ChannelDispatcher { get; }
member this.ChannelDispatcher : System.ServiceModel.Dispatcher.ChannelDispatcher
Public ReadOnly Property ChannelDispatcher As ChannelDispatcher

Property Value

The channel dispatcher for the dispatch run-time object.

Applies to