The SpaceResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
Error |
Return exception from the Result object if there was an error during operation
(Inherited from Result.) | |
HasError |
Return true if there was an error during operation, false otherwise
(Inherited from Result.) | |
Status |
Returns ASStatus. OK if there is no exception
(Inherited from Result.) | |
Tuple |
Return tuple from the space entry if result of the operation has a valid space entry
|