Click or drag to resize

DataPublisherSendDataStartTime Method

Sends the start time of the first measurement in a connection transmission.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual bool SendDataStartTime(
	Guid clientID,
	Ticks startTime
)
View Source

Parameters

clientID  Guid
ID of client to send response.
startTime  Ticks
Start time, in Ticks, of first measurement transmitted.

Return Value

Boolean
See Also