Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ServiceThrottlingBehavior

ServiceThrottlingBehavior

Syntax

class ServiceThrottlingBehavior : Behavior 
{ 
 sint32 MaxConcurrentCalls; 
 sint32 MaxConcurrentInstances; 
 sint32 MaxConcurrentSessions; 
}; 

Methods

The ServiceThrottlingBehavior class does not define any methods.

Properties

The ServiceThrottlingBehavior class has the following properties:

MaxConcurrentCalls

Data type: sint32

Access type: Read-only

The maximum number of messages actively processing across all dispatcher objects in a ServiceHost.

MaxConcurrentInstances

Data type: sint32

Access type: Read-only

The maximum number of service objects that can execute at one time.

MaxConcurrentSessions

Data type: sint32

Access type: Read-only

The maximum number of sessions a host can accept at one time.

Requirements

MOF Declared in Servicemodel.mof.
Namespace Defined in root\ServiceModel

See also

Additional resources