MqStructuredHeader(MqHeaderType, String, String, Int32) Constructor

Definition

protected:
 MqStructuredHeader(Microsoft::HostIntegration::MqClient::MqHeaderType headerType, System::String ^ name, System::String ^ formatString, int fixedHeaderLength);
protected MqStructuredHeader (Microsoft.HostIntegration.MqClient.MqHeaderType headerType, string name, string formatString, int fixedHeaderLength);
new Microsoft.HostIntegration.MqClient.MqStructuredHeader : Microsoft.HostIntegration.MqClient.MqHeaderType * string * string * int -> Microsoft.HostIntegration.MqClient.MqStructuredHeader
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