ServiceThrottlingBehavior Properties
.NET Framework 4.5
The ServiceThrottlingBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
|
MaxConcurrentCalls | Gets or sets a value that specifies the maximum number of messages actively processing across a ServiceHost. |
|
MaxConcurrentInstances | Gets or sets a value that specifies the maximum number of InstanceContext objects in the service that can execute at one time. |
|
MaxConcurrentSessions | Gets or sets a value that specifies the maximum number of sessions a ServiceHost object can accept at one time. |