C# Class X.Player.Services.CallHost

Inheritance: IBackgroundTask
Mostra file Open project: liquidboy/X

Public Methods

Method Description
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Method Description
AppServiceConnection_RequestReceived ( AppServiceConnection sender, AppServiceRequestReceivedEventArgs args ) : void
AppServiceConnection_ServiceClosed ( AppServiceConnection sender, AppServiceClosedEventArgs args ) : void

Method Details

Run() public method

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