|
DataPublisherSendDataStartTime Method
|
Sends the start time of the first measurement in a connection transmission.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax protected virtual bool SendDataStartTime(
Guid clientID,
Ticks startTime
)
Protected Overridable Function SendDataStartTime (
clientID As Guid,
startTime As Ticks
) As Boolean
protected:
virtual bool SendDataStartTime(
Guid clientID,
Ticks startTime
)
abstract SendDataStartTime :
clientID : Guid *
startTime : Ticks -> bool
override SendDataStartTime :
clientID : Guid *
startTime : Ticks -> bool
function SendDataStartTime(clientID, startTime);
View SourceParameters
- clientID Guid
- ID of client to send response.
- startTime Ticks
- Start time, in Ticks, of first measurement transmitted.
Return Value
BooleanSee Also