Click or drag to resize

DeferredDeferAlways Method (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(
	DeferredDeferredAction action
)

Parameters

action
Type: Telogis.GeoBase.ConcurrencyDeferredDeferredAction
The arbitrary action called when the event occurs.
See Also