[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die Anzahl aller Verbindungen mit diesem Port zurück.

Namespace: DynamicNode.Ext.Remoting
Assembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)

Syntax

C#
public int ConnectionCount { get; }
Visual Basic
Public ReadOnly Property ConnectionCount As Integer
	Get
F#
abstract ConnectionCount : int
override ConnectionCount : int

Field Value

Die Anzahl der Verbindungen.

Implements

IRemotePort..::..ConnectionCount

See Also