Click or drag to resize

DeferredDeferAlways Method (DeferredExceptionHandler, DeferredDeferredAction)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Invokes an action once when the event reoccurs.

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

Parameters

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