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
stringThe id of instance to fetch.
Returns
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.