GARVPSAvailabilityFuture
A handle to an async operation initiated by a call to checkVPSAvailabilityAtCoordinate:completionHandler: (GARSession(Geospatial))
.
Summary
Inheritance
Inherits from:
GARFuture
Properties
|
result
|
The result of the async operation, or a default value if the operation isn't complete.
|
Properties
result
The result of the async operation, or a default value if the operation isn't complete.
This should only be used after checking that state
is GARFutureStateDone
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-12 UTC.
[null,null,["Last updated 2024-12-12 UTC."],[[["`GARVPSAvailabilityFuture` provides a handle to track the asynchronous operation of checking VPS availability initiated by `checkVPSAvailabilityAtCoordinate:completionHandler:`."],["It inherits from `GARFuture` and includes a `result` property containing a `GARVPSAvailability` object representing the availability status."],["The `result` property should be accessed only after confirming the operation's completion by verifying the `state` property of the `GARFuture`."]]],[]]