C# Class ReactiveUI.AutoSuspendHelper

Inheritance: IEnableLogger
Show file Open project: reactiveui/ReactiveUI Class Usage Examples

Public Methods

Method Description
AutoSuspendHelper ( Application app ) : System
OnLaunched ( IActivatedEventArgs args ) : void

Method Details

AutoSuspendHelper() public method

public AutoSuspendHelper ( Application app ) : System
app Windows.UI.Xaml.Application
return System

OnLaunched() public method

public OnLaunched ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
return void