ServiceBrokerOfExportedServices.GetBrokeredServiceContainerAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.