Table of Contents

Interface IServiceBindingBase

Namespace
OpenServiceBroker.Bindings
Assembly
OpenServiceBroker.Server.dll

Common base for IServiceBindingBlocking and IServiceBindingDeferred; do not use directly!

public interface IServiceBindingBase
Extension Methods

Methods

FetchAsync(string, string)

fetches a Service Binding

Task<ServiceBindingResource> FetchAsync(string instanceId, string bindingId)

Parameters

instanceId string

The id of instance associated with the binding.

bindingId string

binding id of binding to fetch

Returns

Task<ServiceBindingResource>

Exceptions

NotFoundException

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