|
IServerClientIDs Property
|
Gets the IDs of clients connected to the server.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax Guid[] ClientIDs { get; }
ReadOnly Property ClientIDs As Guid()
Get
property array<Guid>^ ClientIDs {
array<Guid>^ get ();
}
abstract ClientIDs : Guid[] with get
function get_ClientIDs();
Property Value
GuidSee Also