SendOptions 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
| SendOptions() | |
| SendOptions(SendOption) |
SendOptions()
public:
SendOptions();
public SendOptions ();
Public Sub New ()
Applies to
SendOptions(SendOption)
public:
SendOptions(Microsoft::HostIntegration::MqClient::SendOption options);
public SendOptions (Microsoft.HostIntegration.MqClient.SendOption options);
new Microsoft.HostIntegration.MqClient.SendOptions : Microsoft.HostIntegration.MqClient.SendOption -> Microsoft.HostIntegration.MqClient.SendOptions
Public Sub New (options As SendOption)
Parameters
- options
- SendOption