C# Class Microsoft.HockeyApp.Extensibility.Implementation.Platform.PlatformApplicationLifecycle

WinRT-specific logic of provider.
Mostrar archivo Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
PlatformApplicationLifecycle ( ) : System

Private Methods

Method Description
Initialize ( ) : void
OnStarted ( object eventArgs ) : void
OnStopping ( ApplicationStoppingEventArgs eventArgs ) : void
RunWithDeferral ( ISuspendingEventArgs e ) : Task>.Func

Runs a function while also getting a suspension deferral from the Windows Runtime.

Method Details

PlatformApplicationLifecycle() public method

public PlatformApplicationLifecycle ( ) : System
return System