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
stringThe id of instance associated with the binding.
bindingId
stringbinding id of binding to fetch
Returns
Exceptions
- NotFoundException
The binding does not exist or a binding operation is still in progress.