ServiceHealthModel.ServiceThrottleModel Class

Definition

Contains the model that provides information about service throttle that controls the throughput of a WCF service.

public: ref class ServiceHealthModel::ServiceThrottleModel
[System.Runtime.Serialization.DataContract(Name="ServiceThrottle", Namespace="http://schemas.microsoft.com/net/2018/08/health")]
public class ServiceHealthModel.ServiceThrottleModel
[<System.Runtime.Serialization.DataContract(Name="ServiceThrottle", Namespace="http://schemas.microsoft.com/net/2018/08/health")>]
type ServiceHealthModel.ServiceThrottleModel = class
Public Class ServiceHealthModel.ServiceThrottleModel
Inheritance
ServiceHealthModel.ServiceThrottleModel
Attributes

Constructors

ServiceHealthModel.ServiceThrottleModel()

Initializes an instance of the ServiceHealthModel.ServiceThrottleModel class.

ServiceHealthModel.ServiceThrottleModel(ServiceThrottle)

Initializes an instance of the ServiceHealthModel.ServiceThrottleModel class with the specified service throttle.

Properties

CallsCapacity

Gets the maximum number of messages that the service throttle for this WCF service can process.

CallsCount

Gets the number of messages processed by this WCF service.

HasThrottle

Gets a value that indicates whether service throttle information about the WCF service is available to this service throttle model.

InstanceContextsCapacity

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

InstanceContextsCount

Gets the number of service objects that are executing.

SessionsCapacity

Gets the maximum number of sessions that a WCF service that can accept at one time.

SessionsCount

Gets the current number of sessions.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to