C# Class X.Extension.ThirdParty.Groove.Services.CallService

Inheritance: IBackgroundTask
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Méthode Description
AppServiceConnection_RequestReceived ( AppServiceConnection sender, AppServiceRequestReceivedEventArgs args ) : void
AppServiceConnection_ServiceClosed ( AppServiceConnection sender, AppServiceClosedEventArgs args ) : void

Method Details

Run() public méthode

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
Résultat void