Click or drag to resize

DeferredDefer Method (DeferredExceptionHandler, DeferredDeferredAction)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Invokes an action when the event occurs. If the event has already occurred action is invoked synchronously.

Namespace:  Telogis.GeoBase.Concurrency
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Defer(
	DeferredExceptionHandler onException,
	DeferredDeferredAction action
)

Parameters

onException
Type: Telogis.GeoBase.ConcurrencyDeferredExceptionHandler
Called when an exception occurs inside action.
action
Type: Telogis.GeoBase.ConcurrencyDeferredDeferredAction
Called when the event occurs.
See Also