Click or drag to resize

DataSubscriberOnReceivedServerResponse Method

Raises the ReceivedServerResponse event.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected void OnReceivedServerResponse(
	ServerResponse responseCode,
	ServerCommand commandCode
)
View Source

Parameters

responseCode  ServerResponse
Response received from the server.
commandCode  ServerCommand
Command that the server responded to.
See Also