C# Class Windows.UI.Core.CoreDispatcher

Inheritance: ICoreDispatcher, ICoreAcceleratorKeys
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
ProcessEvents ( [ options ) : void
RunAsync ( [ priority, [ agileCallback ) : IAsyncAction
RunIdleAsync ( [ agileCallback ) : IAsyncAction

Method Details

ProcessEvents() public method

public ProcessEvents ( [ options ) : void
options [
return void

RunAsync() public method

public RunAsync ( [ priority, [ agileCallback ) : IAsyncAction
priority [
agileCallback [
return IAsyncAction

RunIdleAsync() public method

public RunIdleAsync ( [ agileCallback ) : IAsyncAction
agileCallback [
return IAsyncAction