speaker_client_list Method
Return a list of strings, one entry for each speaker client that is currently connected
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static List<string> speaker_client_list() |
VB |
Public Shared Function speaker_client_list As List(Of String) |
Return Value
Type: List(String)List(Of String)
See Also
functions Class
Scheduler Namespace