Show / Hide Table of Contents

Class Catalog

A list of all services available on the Service Broker.

Inheritance
Object
Catalog
Namespace: OpenServiceBroker.Catalogs
Assembly: OpenServiceBroker.Model.dll
Syntax
public class Catalog : Object

Constructors

Catalog()

Declaration
public Catalog()

Properties

Services

A list of all services available on the Service Broker.

Declaration
public List<Service> Services { get; }
Property Value
Type Description
List<Service>

Extension Methods

CompletableWithResult.Complete<TCompletable, TResult>(TCompletable, TResult)
In This Article
Back to top Copyright Bastian Eicher