Skip to main content
All docs
V24.1

IServiceBusClientProvider.GetServiceBusClient() Method

If implemented, returns a ServiceBusClient instance used to interact with Service Bus entities.

Namespace: DevExpress.XtraReports.Web.Azure

Assembly: DevExpress.XtraReports.v24.1.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

ServiceBusClient GetServiceBusClient()

Returns

Type Description
Azure.Messaging.ServiceBus.ServiceBusClient

A ServiceBusClient object.

See Also