DeferredBeginWait Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Waits asynchronously for the event to complete.
Namespace:
Telogis.GeoBase.Concurrency
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public IAsyncResult BeginWait(
AsyncCallback callback,
Object state
)
Public Function BeginWait (
callback As AsyncCallback,
state As Object
) As IAsyncResult
Parameters
- callback
- Type: SystemAsyncCallback
A callback to be called when the event completes. - state
- Type: SystemObject
A user provided state object.
Return Value
Type:
IAsyncResultA handle for the asynchronous action.
See Also