Client
|
[DataContractAttribute] public class ClientInfo
The ClientInfo type exposes the following members.
Name | Description | |
---|---|---|
Equals |
Determines if the specified Object is equal to the current ClientInfo object.
(Overrides ObjectEquals(Object)) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode |
Gets a hash value for the current ClientInfo object.
(Overrides ObjectGetHashCode) | |
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) |
Name | Description | |
---|---|---|
ConnectedAt | Gets or sets the UTC DateTime when the client connected to the ServiceBusService. | |
MessagesConsumed | Gets or sets the total number of Messages consumed by the client. | |
MessagesProduced | Gets or sets the total number of Messages produced by the client. | |
OperationContext | Gets or sets the OperationContext object of the client. | |
SessionId | Gets or sets the session identifier of the client. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |