'Declaration
Public Function New( _ ByVal status As Long, _ ByVal serverTimestamp As Date, _ ByVal sourceTimestamp As Date, _ ByVal value As TValue _ )
'Usage
Dim status As Long Dim serverTimestamp As Date Dim sourceTimestamp As Date Dim value As TValue Dim instance As New UAAttributeDataPayload(Of TValue)(status, serverTimestamp, sourceTimestamp, value)
public UAAttributeDataPayload<TValue>( long status, DateTime serverTimestamp, DateTime sourceTimestamp, TValue value )
public: UAAttributeDataPayload<TValue>( int64 status, DateTime serverTimestamp, DateTime sourceTimestamp, TValue^ value )
Parameters
- status
- serverTimestamp
- sourceTimestamp
- value
The value of this parameter can be
null
(Nothing
in Visual Basic).