GlobalBrokeredServiceContainer.BrokeredServiceManifest Class

Definition

Exposes details about availability of locally proffered services for clients with a specific audience.

protected class GlobalBrokeredServiceContainer.BrokeredServiceManifest : Microsoft.ServiceHub.Framework.Services.IBrokeredServiceManifest
Protected Class GlobalBrokeredServiceContainer.BrokeredServiceManifest
Implements IBrokeredServiceManifest
Inheritance
GlobalBrokeredServiceContainer.BrokeredServiceManifest
Derived
Implements

Constructors

GlobalBrokeredServiceContainer.BrokeredServiceManifest(GlobalBrokeredServiceContainer, ServiceAudience)

Initializes a new instance of the GlobalBrokeredServiceContainer.BrokeredServiceManifest class.

Methods

GetAvailableServicesAsync(CancellationToken)

Gets the list of services that are available from an IServiceBroker.

GetAvailableVersionsAsync(String, CancellationToken)

Gets the collection of versions available for the specified service from an IServiceBroker.

Applies to