Class DeferredAction
Last update: 16.07.2025Namespace: VM
Assembly: VM.dll
public class DeferredAction
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Methods
Cancel()
public void Cancel()
Create(Action)
public static DeferredAction Create(Action action)
Parameters
action Action
Returns
Defer(TimeSpan)
public void Defer(TimeSpan delay)
Parameters
delay TimeSpan
Dispose()
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing bool
~DeferredAction()
protected ~DeferredAction()