Interface IServiceBindingBase
Common base for IServiceBindingBlocking and IServiceBindingDeferred; do not use directly!
Namespace: OpenServiceBroker.Bindings
Assembly: OpenServiceBroker.Server.dll
Syntax
public interface IServiceBindingBase
Methods
FetchAsync(String, String)
fetches a Service Binding
Declaration
Task<ServiceBindingResource> FetchAsync(string instanceId, string bindingId)
Parameters
Type | Name | Description |
---|---|---|
String | instanceId | The id of instance associated with the binding. |
String | bindingId | binding id of binding to fetch |
Returns
Type | Description |
---|---|
Task<ServiceBindingResource> |
Exceptions
Type | Condition |
---|---|
NotFoundException | The binding does not exist or a binding operation is still in progress. |