Class ServiceBusDestination

A data flow destination for Azure service bus.

Inherited Members
Namespace: ETLBox.Azure.ServiceBus
Assembly: ETLBox.Azure.ServiceBus.dll
Syntax
    public class ServiceBusDestination : ServiceBusDestination<ExpandoObject>, IDataFlowLogging, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTask

Constructors

ServiceBusDestination()

Declaration
    public ServiceBusDestination()

Implements