C# Class NextMeeting.Tasks.TileTask

Inheritance: IBackgroundTask
显示文件 Open project: DXFrance/OfficeTicTacToe

Public Methods

Method Description
GetNextEvent ( ) : IAsyncOperation
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Method Description
InternalGetNextEvent ( ) : Task
OnCanceled ( IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason ) : void
PeriodicTimerCallback ( ThreadPoolTimer timer ) : void

Method Details

GetNextEvent() public static method

public static GetNextEvent ( ) : IAsyncOperation
return IAsyncOperation

Run() public method

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
return void