ReceiveOptions 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
| ReceiveOptions() | |
| ReceiveOptions(ReceiveOption) | |
| ReceiveOptions(ReceiveOption, Int32) | |
| ReceiveOptions(ReceiveOption, Int32, Boolean) |
ReceiveOptions()
public:
ReceiveOptions();
public ReceiveOptions ();
Public Sub New ()
Applies to
ReceiveOptions(ReceiveOption)
public:
ReceiveOptions(Microsoft::HostIntegration::MqClient::ReceiveOption options);
public ReceiveOptions (Microsoft.HostIntegration.MqClient.ReceiveOption options);
new Microsoft.HostIntegration.MqClient.ReceiveOptions : Microsoft.HostIntegration.MqClient.ReceiveOption -> Microsoft.HostIntegration.MqClient.ReceiveOptions
Public Sub New (options As ReceiveOption)
Parameters
- options
- ReceiveOption
Applies to
ReceiveOptions(ReceiveOption, Int32)
public:
ReceiveOptions(Microsoft::HostIntegration::MqClient::ReceiveOption options, int timeoutInMilliseconds);
public ReceiveOptions (Microsoft.HostIntegration.MqClient.ReceiveOption options, int timeoutInMilliseconds);
new Microsoft.HostIntegration.MqClient.ReceiveOptions : Microsoft.HostIntegration.MqClient.ReceiveOption * int -> Microsoft.HostIntegration.MqClient.ReceiveOptions
Public Sub New (options As ReceiveOption, timeoutInMilliseconds As Integer)
Parameters
- options
- ReceiveOption
- timeoutInMilliseconds
- Int32
Applies to
ReceiveOptions(ReceiveOption, Int32, Boolean)
public:
ReceiveOptions(Microsoft::HostIntegration::MqClient::ReceiveOption options, int timeoutInMilliseconds, bool wait);
public ReceiveOptions (Microsoft.HostIntegration.MqClient.ReceiveOption options, int timeoutInMilliseconds, bool wait);
new Microsoft.HostIntegration.MqClient.ReceiveOptions : Microsoft.HostIntegration.MqClient.ReceiveOption * int * bool -> Microsoft.HostIntegration.MqClient.ReceiveOptions
Public Sub New (options As ReceiveOption, timeoutInMilliseconds As Integer, wait As Boolean)
Parameters
- options
- ReceiveOption
- timeoutInMilliseconds
- Int32
- wait
- Boolean