Click or drag to resize

DataPublisherGetSubscriberInfo Method

Gets subscriber information for specified client connection.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Gets subscriber information for client connection using its enumerated index.", 
	new string[] { ... })]
public virtual string GetSubscriberInfo(
	int clientIndex
)
View Source

Parameters

clientIndex  Int32
Enumerated index for client connection.

Return Value

String
See Also