MqHeader Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| MqHeader(MqHeaderType, String, String, Int32) | |
| MqHeader(MqHeaderType, String, String, Int32, Boolean) |
MqHeader(MqHeaderType, String, String, Int32)
protected:
MqHeader(Microsoft::HostIntegration::MqClient::MqHeaderType headerType, System::String ^ name, System::String ^ formatString, int fixedHeaderLength);
protected MqHeader (Microsoft.HostIntegration.MqClient.MqHeaderType headerType, string name, string formatString, int fixedHeaderLength);
new Microsoft.HostIntegration.MqClient.MqHeader : Microsoft.HostIntegration.MqClient.MqHeaderType * string * string * int -> Microsoft.HostIntegration.MqClient.MqHeader
Protected Sub New (headerType As MqHeaderType, name As String, formatString As String, fixedHeaderLength As Integer)
Parameters
- headerType
- MqHeaderType
- name
- String
- formatString
- String
- fixedHeaderLength
- Int32
Applies to
MqHeader(MqHeaderType, String, String, Int32, Boolean)
protected:
MqHeader(Microsoft::HostIntegration::MqClient::MqHeaderType headerType, System::String ^ name, System::String ^ formatString, int fixedHeaderLength, bool addToHeaderCollection);
protected MqHeader (Microsoft.HostIntegration.MqClient.MqHeaderType headerType, string name, string formatString, int fixedHeaderLength, bool addToHeaderCollection);
new Microsoft.HostIntegration.MqClient.MqHeader : Microsoft.HostIntegration.MqClient.MqHeaderType * string * string * int * bool -> Microsoft.HostIntegration.MqClient.MqHeader
Protected Sub New (headerType As MqHeaderType, name As String, formatString As String, fixedHeaderLength As Integer, addToHeaderCollection As Boolean)
Parameters
- headerType
- MqHeaderType
- name
- String
- formatString
- String
- fixedHeaderLength
- Int32
- addToHeaderCollection
- Boolean