Version 24.2 (latest)

IExecutionContext Interface Methods

For a list of all members of this type, see IExecutionContext members.

Public Methods
 NameDescription
 MethodEnqueueActionEnqueues the requested callback on the context to be executed at earliest opportunity.  
 MethodEnqueueAnimationActionEnqueues the requested callback on the context to be executed at earliest opportunity, to be used for animation.  
 MethodExecuteExecutes the requested callback on the context.  
 MethodExecuteDelayedEnqueues the requested callback on the context to be executed after at least the specified delay.  
 MethodGetCurrentRelativeTimeGets the current relative time in milliseconds that has elapsed since the execution context was created.  
See Also