QueueManager Constructors

Definition

Overloads

QueueManager(String)
QueueManager(Boolean, String)
QueueManager(String, String, String)
QueueManager(Boolean, String, String, String)
QueueManager(String, String, String, Int32)
QueueManager(Boolean, String, String, String, Int32)
QueueManager(String, String, String, Int32, Boolean)
QueueManager(Boolean, String, String, String, Int32, Boolean)
QueueManager(String, String, String, Int32, Boolean, String)
QueueManager(Boolean, String, String, String, Int32, Boolean, String)
QueueManager(String, String, String, Int32, Boolean, String, String)
QueueManager(Boolean, String, String, String, Int32, Boolean, String, String)

QueueManager(String)

public:
 QueueManager(System::String ^ queueManagerAlias);
public QueueManager (string queueManagerAlias);
new Microsoft.HostIntegration.MqClient.QueueManager : string -> Microsoft.HostIntegration.MqClient.QueueManager
Public Sub New (queueManagerAlias As String)

Parameters

queueManagerAlias
String

Applies to

QueueManager(Boolean, String)

protected:
 QueueManager(bool transactional, System::String ^ queueManagerAlias);
protected QueueManager (bool transactional, string queueManagerAlias);
new Microsoft.HostIntegration.MqClient.QueueManager : bool * string -> Microsoft.HostIntegration.MqClient.QueueManager
Protected Sub New (transactional As Boolean, queueManagerAlias As String)

Parameters

transactional
Boolean
queueManagerAlias
String

Applies to

QueueManager(String, String, String)

public:
 QueueManager(System::String ^ name, System::String ^ channelName, System::String ^ host);
public QueueManager (string name, string channelName, string host);
new Microsoft.HostIntegration.MqClient.QueueManager : string * string * string -> Microsoft.HostIntegration.MqClient.QueueManager
Public Sub New (name As String, channelName As String, host As String)

Parameters

name
String
channelName
String
host
String

Applies to

QueueManager(Boolean, String, String, String)

protected:
 QueueManager(bool transactional, System::String ^ name, System::String ^ channelName, System::String ^ host);
protected QueueManager (bool transactional, string name, string channelName, string host);
new Microsoft.HostIntegration.MqClient.QueueManager : bool * string * string * string -> Microsoft.HostIntegration.MqClient.QueueManager
Protected Sub New (transactional As Boolean, name As String, channelName As String, host As String)

Parameters

transactional
Boolean
name
String
channelName
String
host
String

Applies to

QueueManager(String, String, String, Int32)

public:
 QueueManager(System::String ^ name, System::String ^ channelName, System::String ^ host, int port);
public QueueManager (string name, string channelName, string host, int port);
new Microsoft.HostIntegration.MqClient.QueueManager : string * string * string * int -> Microsoft.HostIntegration.MqClient.QueueManager
Public Sub New (name As String, channelName As String, host As String, port As Integer)

Parameters

name
String
channelName
String
host
String
port
Int32

Applies to

QueueManager(Boolean, String, String, String, Int32)

protected:
 QueueManager(bool transactional, System::String ^ name, System::String ^ channelName, System::String ^ host, int port);
protected QueueManager (bool transactional, string name, string channelName, string host, int port);
new Microsoft.HostIntegration.MqClient.QueueManager : bool * string * string * string * int -> Microsoft.HostIntegration.MqClient.QueueManager
Protected Sub New (transactional As Boolean, name As String, channelName As String, host As String, port As Integer)

Parameters

transactional
Boolean
name
String
channelName
String
host
String
port
Int32

Applies to

QueueManager(String, String, String, Int32, Boolean)

public:
 QueueManager(System::String ^ name, System::String ^ channelName, System::String ^ host, int port, bool sslUse);
public QueueManager (string name, string channelName, string host, int port, bool sslUse);
new Microsoft.HostIntegration.MqClient.QueueManager : string * string * string * int * bool -> Microsoft.HostIntegration.MqClient.QueueManager
Public Sub New (name As String, channelName As String, host As String, port As Integer, sslUse As Boolean)

Parameters

name
String
channelName
String
host
String
port
Int32
sslUse
Boolean

Applies to

QueueManager(Boolean, String, String, String, Int32, Boolean)

protected:
 QueueManager(bool transactional, System::String ^ name, System::String ^ channelName, System::String ^ host, int port, bool sslUse);
protected QueueManager (bool transactional, string name, string channelName, string host, int port, bool sslUse);
new Microsoft.HostIntegration.MqClient.QueueManager : bool * string * string * string * int * bool -> Microsoft.HostIntegration.MqClient.QueueManager
Protected Sub New (transactional As Boolean, name As String, channelName As String, host As String, port As Integer, sslUse As Boolean)

Parameters

transactional
Boolean
name
String
channelName
String
host
String
port
Int32
sslUse
Boolean

Applies to

QueueManager(String, String, String, Int32, Boolean, String)

public:
 QueueManager(System::String ^ name, System::String ^ channelName, System::String ^ host, int port, bool sslUse, System::String ^ connectAs);
public QueueManager (string name, string channelName, string host, int port, bool sslUse, string connectAs);
new Microsoft.HostIntegration.MqClient.QueueManager : string * string * string * int * bool * string -> Microsoft.HostIntegration.MqClient.QueueManager
Public Sub New (name As String, channelName As String, host As String, port As Integer, sslUse As Boolean, connectAs As String)

Parameters

name
String
channelName
String
host
String
port
Int32
sslUse
Boolean
connectAs
String

Applies to

QueueManager(Boolean, String, String, String, Int32, Boolean, String)

protected:
 QueueManager(bool transactional, System::String ^ name, System::String ^ channelName, System::String ^ host, int port, bool sslUse, System::String ^ connectAs);
protected QueueManager (bool transactional, string name, string channelName, string host, int port, bool sslUse, string connectAs);
new Microsoft.HostIntegration.MqClient.QueueManager : bool * string * string * string * int * bool * string -> Microsoft.HostIntegration.MqClient.QueueManager
Protected Sub New (transactional As Boolean, name As String, channelName As String, host As String, port As Integer, sslUse As Boolean, connectAs As String)

Parameters

transactional
Boolean
name
String
channelName
String
host
String
port
Int32
sslUse
Boolean
connectAs
String

Applies to

QueueManager(String, String, String, Int32, Boolean, String, String)

public:
 QueueManager(System::String ^ name, System::String ^ channelName, System::String ^ host, int port, bool sslUse, System::String ^ connectAs, System::String ^ dynamicQueueNamePrefix);
public QueueManager (string name, string channelName, string host, int port, bool sslUse, string connectAs, string dynamicQueueNamePrefix);
new Microsoft.HostIntegration.MqClient.QueueManager : string * string * string * int * bool * string * string -> Microsoft.HostIntegration.MqClient.QueueManager
Public Sub New (name As String, channelName As String, host As String, port As Integer, sslUse As Boolean, connectAs As String, dynamicQueueNamePrefix As String)

Parameters

name
String
channelName
String
host
String
port
Int32
sslUse
Boolean
connectAs
String
dynamicQueueNamePrefix
String

Applies to

QueueManager(Boolean, String, String, String, Int32, Boolean, String, String)

protected:
 QueueManager(bool transactional, System::String ^ name, System::String ^ channelName, System::String ^ host, int port, bool sslUse, System::String ^ connectAs, System::String ^ dynamicQueueNamePrefix);
protected QueueManager (bool transactional, string name, string channelName, string host, int port, bool sslUse, string connectAs, string dynamicQueueNamePrefix);
new Microsoft.HostIntegration.MqClient.QueueManager : bool * string * string * string * int * bool * string * string -> Microsoft.HostIntegration.MqClient.QueueManager
Protected Sub New (transactional As Boolean, name As String, channelName As String, host As String, port As Integer, sslUse As Boolean, connectAs As String, dynamicQueueNamePrefix As String)

Parameters

transactional
Boolean
name
String
channelName
String
host
String
port
Int32
sslUse
Boolean
connectAs
String
dynamicQueueNamePrefix
String

Applies to