Click or drag to resize

DeferredBeginWait Method

Verizon Connect Logo
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
)

Parameters

callback
Type: SystemAsyncCallback
A callback to be called when the event completes.
state
Type: SystemObject
A user provided state object.

Return Value

Type: IAsyncResult
A handle for the asynchronous action.
See Also