ServiceBrokerOfExportedServices.GetBrokeredServiceContainerAsync Method

Definition

Gets the global brokered service container.

protected abstract System.Threading.Tasks.Task<Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer> GetBrokeredServiceContainerAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetBrokeredServiceContainerAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer>
Protected MustOverride Function GetBrokeredServiceContainerAsync (cancellationToken As CancellationToken) As Task(Of GlobalBrokeredServiceContainer)

Parameters

cancellationToken
CancellationToken

A cancellation token.

Returns

The global brokered service container.

Applies to