Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the state of an operation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration OperationState
'Usage
Dim instance As OperationState
public enum OperationState
Members
| Member name | Description | |
|---|---|---|
| NotStarted | Operation has not been attempted. | |
| Failed | Attempt to perform the operation failed. | |
| Succeeded | The operation succeeded. |