Version

IExecutionContext Interface Members

The following tables list the members exposed by IExecutionContext.

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