IBrokeredServiceManifest Interface
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.
Exposes details about availability of services proffered to the client. Obtainable from the RemoteBrokeredServiceManifest service.
public interface class IBrokeredServiceManifest
public interface IBrokeredServiceManifest
type IBrokeredServiceManifest = interface
Public Interface IBrokeredServiceManifest
- Derived
Remarks
The results are based on the caller. For example if an instance of this service is obtained by a Live Share guest the results from method calls may vary from an instance of this service obtained by a Codespaces client.
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. |