Interface ICatalogService
- Namespace
- OpenServiceBroker.Catalogs
- Assembly
- OpenServiceBroker.Server.dll
Provides access to the catalog of services that the service broker offers.
public interface ICatalogService
- Extension Methods
Methods
GetCatalogAsync()
Gets the catalog of services that the service broker offers.
Task<Catalog> GetCatalogAsync()