ChannelDispatcher::ServiceThrottle Property
.NET Framework (current version)
Gets or sets the service throttle for the service associated with the channel dispatcher.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ServiceThrottle^ ServiceThrottle { ServiceThrottle^ get(); void set(ServiceThrottle^ value); }
| Exception | Condition |
|---|---|
| InvalidOperationException | |
| ObjectDisposedException | |
| CommunicationObjectFaultedException | The communication object is in a Faulted state. |
This provides access to the controls used to optimize the availability and performance of a service.
This property can only be set when the instance of the ChannelDispatcher is in the Created state, as this is the only state that is both mutable and not disposed.
.NET Framework
Available since 3.0
Available since 3.0
Show: