ServiceHealthModel.ServiceThrottleModel.CallsCount 属性

定义

获取此 WCF 服务处理的消息数。Gets the number of messages processed by this WCF service.

public:
 property int CallsCount { int get(); };
[System.Runtime.Serialization.DataMember]
public int CallsCount { get; }
[<System.Runtime.Serialization.DataMember>]
member this.CallsCount : int
Public ReadOnly Property CallsCount As Integer

属性值

Int32

此 WCF 服务处理的消息数。the number of messages processed by this WCF service.

属性

适用于