Interface ICompletable
- Namespace
 - OpenServiceBroker
 
- Assembly
 - OpenServiceBroker.Model.dll
 
An async/deferred operation that can also be completed synchronously.
public interface ICompletable
  - Extension Methods
 
Properties
Completed
Indicates whether this operation has already been completed synchronously and therefore requires no polling.
[JsonIgnore]
bool Completed { get; set; }
  Property Value
Remarks
This is not part of the Open Service Broker JSON representation. Instead it is communicated out of band via HTTP status codes.