An implementation of the AbortSignalLike interface to signal the request to cancel the operation.
For example, use the @azure/abort-controller to create an AbortSignal.
Optional parentSpan
parentSpan:Span | SpanContext
The Span or SpanContext to use as the parent of any spans created while sending events.
The set of options to configure the
send
operation on theEventHubProducerClient
.abortSignal
: A signal used to cancel the send operation.