IMethodResult Properties |
The IMethodResult type exposes the following members.
Name | Description | |
---|---|---|
Error |
Error that has been generated by the called method, it could be null when the called method succeed (Success is true). | |
Success |
Indicates if the method called was successfully executed
|