ITrackingConnection Properties

.NET Framework 4.5

The ITrackingConnection type exposes the following members.

  NameDescription
Public property CancellationToken Gets a cancellation token that represents the connection’s lifetime.
Public property ConnectionId Gets the ID of the connection.
Public property DisconnectThreshold Gets a value indicating the amount of time to wait after the connection dies before firing the disconnecting the connection.
Public property IsAlive Gets a value that represents if the connection is alive.
Public property IsTimedOut Gets a value that represents if the connection is timed out.
Public property SupportsKeepAlive Gets a value that represents if the connection supprots keep alive.
Public property Url Gets the uri of the connection.
Top
Show: