DeferredEndWait Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Blocks until the event occurs.
Returns immediately if the event has already occurred.
Namespace:
Telogis.GeoBase.Concurrency
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void EndWait(
IAsyncResult res
)
Public Sub EndWait (
res As IAsyncResult
)
Parameters
- res
- Type: SystemIAsyncResult
A result object as returned by BeginWait.
See Also