The following tables list the members exposed by IExecutionContext.
Name | Description | |
---|---|---|
EnqueueAction | Enqueues the requested callback on the context to be executed at earliest opportunity. | |
EnqueueAnimationAction | Enqueues the requested callback on the context to be executed at earliest opportunity, to be used for animation. | |
Execute | Executes the requested callback on the context. | |
ExecuteDelayed | Enqueues the requested callback on the context to be executed after at least the specified delay. | |
GetCurrentRelativeTime | Gets the current relative time in milliseconds that has elapsed since the execution context was created. |