AsyncResultTAsyncActionDelegate Delegate | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The type of callback that takes an AsyncResult object and executes an operation (either synchronously or asynchronously).
When the operation is completed, SetResult or SetException method can be called on the AsyncResult object.
Namespace:
Telogis.GeoBase.Concurrency
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public delegate void AsyncActionDelegate(
AsyncResult<T> result
)
Public Delegate Sub AsyncActionDelegate (
result As AsyncResult(Of T)
)
Parameters
- result
- Type: Telogis.GeoBase.ConcurrencyAsyncResultT
An AsyncResult object to be used to notify the state of the operation.
See Also