ServerStation.GetClientConnectionsAsync Method

Get client connections
<ID("GetClientConnectionsAsync", (int)e.GetClientConnectionsAsync)> _ 
Public Function GetClientConnectionsAsync() As Task(Of DataTable)
This language is not supported or no code example is available.
[ID("GetClientConnectionsAsync", (int)e.GetClientConnectionsAsync)] 
public Task<DataTable> GetClientConnectionsAsync()
This language is not supported or no code example is available.

Return Value

Task<DataTable>

Table containg client connections

.NET Framework

Supported in: 4.8

In this article

Definition