OperationResult Class |
Namespace: CoronaLabs.WinRT
The OperationResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | FailedWith | Creates a new OperationResult object set to failed and with the given message. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | SucceededWith | Creates a new OperationResult object set to succeeded and with the given message. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | HasFailed | Determines if the operation failed. |
![]() | HasSucceeded | Determines if the operation succeeded. |
![]() | Message | Message providing details about the final result of the operation. |
![]() ![]() | Succeeded | Gets a reusable OperationResult object set to succeeded and with an empty message. |