ServiceBusSenderOptions Class

Definition

The set of options that can be specified when creating a ServiceBusSender to configure its behavior.

public class ServiceBusSenderOptions
type ServiceBusSenderOptions = class
Public Class ServiceBusSenderOptions
Inheritance
ServiceBusSenderOptions

Constructors

ServiceBusSenderOptions()

Properties

Identifier

A property used to set the ServiceBusSender ID to identify the client. This can be used to correlate logs and exceptions. If null or empty, a random unique value will be used.

Applies to