Enum LastOperationResourceState
- Namespace
- OpenServiceBroker
- Assembly
- OpenServiceBroker.Model.dll
public enum LastOperationResourceState
- Extension Methods
Fields
[EnumMember(Value = "failed")] Failed = 2
The operation failed. The Platform MUST cease polling.
[EnumMember(Value = "in progress")] InProgress = 0
The operation is still in progress. The Platform SHOULD continue polling.
[EnumMember(Value = "succeeded")] Succeeded = 1
The operation succeeded. The Platform MUST cease polling.