API invocation status result.
More...
#include <Result.h>
|
| Result (ZDK::Shared::Result src) |
|
virtual long long | Handle () override |
|
virtual void | Initialize () override |
|
virtual void | ReleaseReference () override |
|
|
ZDK::IResult * | cppRef = nullptr |
|
|
System::String^ | Text [get] |
| Gets the text representation of the status result of API invocation. More...
|
|
ZDK_NET::ResultCode | Code [get] |
| Gets the code representation of the status result of API invocation. More...
|
|
API invocation status result.
Indicates the status result of API's invocation
◆ Code
ZDK_NET:: ResultCode ZDK_NET::Result::Code |
|
get |
Gets the code representation of the status result of API invocation.
- Returns
- The code representation of the status result of API invocation
- See also
- ResultCode
◆ Text
System:: String^ ZDK_NET::Result::Text |
|
get |
Gets the text representation of the status result of API invocation.
- Returns
- The text representation of the status result of API invocation
The documentation for this class was generated from the following file: