Overload | Description |
---|---|
UADataSetHeader Constructor() | Initializes a new instance of the class with default data. |
UADataSetHeader Constructor(UADataSetHeader) | Initializes a new copy of the object. |
UADataSetHeader Constructor(UAPublisherId,Int32,Int32) | Initializes a new instance of the class, specifying the publisher Id, writer group Id, and dataset writer Id. |
UADataSetHeader Constructor(UAPublisherId,Int32,Int32,Guid) | Initializes a new instance of the class, specifying the publisher Id, writer group Id, dataset writer Id, and dataset class Id. |
UADataSetHeader Constructor(UAPublisherId,Int32,Int32,UAConfigurationVersion) | Initializes a new instance of the class, specifying the publisher Id, writer group Id, dataset writer Id, and configuration version. |
UADataSetHeader Constructor(UAPublisherId,Int32,Int32,Guid,UAConfigurationVersion) | Initializes a new instance of the class, specifying the publisher Id, writer group Id, dataset writer Id, dataset class Id, and configuration version. |
UADataSetHeader Constructor(UAPubSubHeader) | Initializes a new instance of the class, specifying the PubSub header. |