Click or drag to resize
IOperationResult Interface
Indicates if an operation has succeeded or failed.

Namespace: CoronaLabs.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public interface IOperationResult

The IOperationResult type exposes the following members.

Properties
  NameDescription
Public propertyHasFailed
Determines if the operation failed.
Public propertyHasSucceeded
Determines if the operation succeeded.
Public propertyMessage
Message providing details about the final result of the operation.
Top
Remarks
This interface is expected to be implemented by all OperationResult like classes.
See Also