Interface IConnection

Represents a connection

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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next