'Declaration
Public Function New( _ ByVal publisherId As UAPublisherId, _ ByVal writerGroupId As Integer, _ ByVal dataSetWriterId As Integer, _ ByVal configurationVersion As UAConfigurationVersion _ )
'Usage
Dim publisherId As UAPublisherId Dim writerGroupId As Integer Dim dataSetWriterId As Integer Dim configurationVersion As UAConfigurationVersion Dim instance As New UADataSetHeader(publisherId, writerGroupId, dataSetWriterId, configurationVersion)
public UADataSetHeader( UAPublisherId publisherId, int writerGroupId, int dataSetWriterId, UAConfigurationVersion configurationVersion )
public: UADataSetHeader( UAPublisherId^ publisherId, int writerGroupId, int dataSetWriterId, UAConfigurationVersion^ configurationVersion )
Parameters
- publisherId
- The publisher Id.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - writerGroupId
- The writer group Id.
Valid values of this parameter are in the range from
0
to65535
. - dataSetWriterId
- The dataset writer Id.
Valid values of this parameter are in the range from
0
to65535
. - configurationVersion
- The version of the dataset configuration.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).