Table of Contents

Interface IServiceInstanceBase

Namespace
OpenServiceBroker.Instances
Assembly
OpenServiceBroker.Server.dll

Common base for IServiceInstanceBlocking and IServiceInstanceDeferred; do not use directly!

public interface IServiceInstanceBase
Extension Methods

Methods

FetchAsync(string)

Fetches a Service Instance.

Task<ServiceInstanceResource> FetchAsync(string instanceId)

Parameters

instanceId string

The id of instance to fetch.

Returns

Task<ServiceInstanceResource>

Exceptions

NotFoundException

The instance does not exist or a provisioning operation is still in progress.

ConcurrencyException

The instance is being updated and therefore cannot be fetched at this time.