ServiceHealthModel.CommunicationTimeoutsModel Class

Definition

The class that contains the model representing a WCF service's timeouts.

public: ref class ServiceHealthModel::CommunicationTimeoutsModel
[System.Runtime.Serialization.DataContract]
public class ServiceHealthModel.CommunicationTimeoutsModel
[<System.Runtime.Serialization.DataContract>]
type ServiceHealthModel.CommunicationTimeoutsModel = class
Public Class ServiceHealthModel.CommunicationTimeoutsModel
Inheritance
ServiceHealthModel.CommunicationTimeoutsModel
Attributes

Constructors

ServiceHealthModel.CommunicationTimeoutsModel()

Initializes an instance of the ServiceHealthModel.CommunicationTimeoutsModel class.

ServiceHealthModel.CommunicationTimeoutsModel(IDefaultCommunicationTimeouts)

Initializes an instance of the ServiceHealthModel.CommunicationTimeoutsModel class using default values specified by the IDefaultCommunicationTimeouts argument.

Properties

CloseTimeout

Gets the time interval after which the Close() method invoked by a communication object times out.

HasTimeouts

Gets a value that indicates whether the communication object has timeouts.

OpenTimeout

Gets the time interval after which the Open() method invoked by a communication object times out.

ReceiveTimeout

Gets the time interval after which the Receive method invoked by a communication object times out.

SendTimeout

Gets the time interval after which the Send method invoked by a communication object times out.

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