Skip to main content
All docs
V24.1

IServiceBusMessageProcessorProvider.GetRequestSessionClientAsync(String) Method

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

Task<ServiceBusSessionReceiver> GetRequestSessionClientAsync(
    string sessionId
)

Parameters

Name Type
sessionId String

Returns

Type
Task<Azure.Messaging.ServiceBus.ServiceBusSessionReceiver>
See Also