ITrackingConnection Properties
.NET Framework 4.5
Top
The ITrackingConnection type exposes the following members.
| Name | Description | |
|---|---|---|
|
CancellationToken | Gets a cancellation token that represents the connection’s lifetime. |
|
ConnectionId | Gets the ID of the connection. |
|
DisconnectThreshold | Gets a value indicating the amount of time to wait after the connection dies before firing the disconnecting the connection. |
|
IsAlive | Gets a value that represents if the connection is alive. |
|
IsTimedOut | Gets a value that represents if the connection is timed out. |
|
SupportsKeepAlive | Gets a value that represents if the connection supprots keep alive. |
|
Url | Gets the uri of the connection. |
Show: