ServiceThrottlingBehavior
ServiceThrottlingBehavior
语法
class ServiceThrottlingBehavior : Behavior
{
sint32 MaxConcurrentCalls;
sint32 MaxConcurrentInstances;
sint32 MaxConcurrentSessions;
};
方法
ServiceThrottlingBehavior 类未定义任何方法。
属性
ServiceThrottlingBehavior 类有以下属性:
MaxConcurrentCalls
数据类型:sint32
访问类型:只读
ServiceHost 中所有调度程序对象正在积极处理的消息的最大数量。
MaxConcurrentInstances
数据类型:sint32
访问类型:只读
一次可执行的服务对象的最大数量。
MaxConcurrentSessions
数据类型:sint32
访问类型:只读
主机一次可接受的最大会话数。
要求
MOF | 已在 Servicemodel.mof 中声明。 |
---|---|
命名空间 | 已在 root\ServiceModel 中定义 |