Expand Minimize
This topic has not yet been rated - Rate this topic

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




Build Date:

2012-08-02
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.