|   | 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.257-beta
 Syntax
Syntaxprotected 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);
Parameters
- clientID  Guid
- ID of client to send response.
- startTime  Ticks
- Start time, in Ticks, of first measurement transmitted.
Return Value
Boolean See Also
See Also