ServiceHealthModel.ServiceThrottleModel.InstanceContextsCapacity 属性
定义
获取可以一次执行的最大服务对象数。Gets the maximum number of service objects that can execute at one time.
public:
property int InstanceContextsCapacity { int get(); };
[System.Runtime.Serialization.DataMember]
public int InstanceContextsCapacity { get; }
[<System.Runtime.Serialization.DataMember>]
member this.InstanceContextsCapacity : int
Public ReadOnly Property InstanceContextsCapacity As Integer
属性值
一次可执行的最大服务对象数。the maximum number of service objects that can execute at one time.
- 属性