Table of Contents

Interface IServiceBindingEndpointBase

Namespace
OpenServiceBroker.Bindings
Assembly
OpenServiceBroker.Client.dll

Common base for IServiceBindingEndpoint and IServiceBindingDeferredEndpoint; do not use directly!

public interface IServiceBindingEndpointBase : IEndpoint
Inherited Members
Extension Methods

Methods

FetchAsync()

Fetches the Service Binding.

Task<ServiceBindingResource> FetchAsync()

Returns

Task<ServiceBindingResource>

Exceptions

NotFoundException

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