Version

IDataSourceExecutionContext Interface Members

The following tables list the members exposed by IDataSourceExecutionContext.

Public Methods
 NameDescription
 MethodEnqueueActionEnqueues an action to be called at the earliest opportunity on the execution context.  
 MethodExecuteExecutes the provided callback on the execution context.  
 MethodExecuteDelayedEnqueues an action to be performed after at least the specified delay on the execution context.  
See Also