Class ServiceBindingAsyncOperation
- Namespace
- OpenServiceBroker.Bindings
- Assembly
- OpenServiceBroker.Model.dll
public class ServiceBindingAsyncOperation : AsyncOperation, IEquatable<AsyncOperation>, ICompletableWithResult<ServiceBinding>, ICompletable
- Inheritance
-
ServiceBindingAsyncOperation
- Implements
- Inherited Members
- Extension Methods
Properties
Result
If Completed is true
this holds the result of the operation.
[JsonIgnore]
public ServiceBinding Result { 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.