Interface IConnection
Represents a connection
Inherited Members
Namespace: TSD.API.Remoting.Connections
Assembly: TSD.API.Remoting.dll
Syntax
public interface IConnection : IEntity, IHaveId, IHaveIndex, IHaveName, IHaveUserName
Properties
| Name | Description |
|---|---|
| CheckStatus | Gets the check status of the connection |
| ConnectionType | Gets the type of the connection |
| ConstructionPointIndex | Gets the index of the construction point of the connection |
| UtilizationRatio | Gets the utilization ratio of the connection |
Methods
| Name | Description |
|---|---|
| GetConnectedMembersAsync(CancellationToken) | Returns a collection of connected members |