C# Class Vidyano.WindowsStore.Sample.AppHooks

Inheritance: StoreHooks
显示文件 Open project: stevehansen/vidyano_v1

Public Methods

Method Description
AppHooks ( ) : System

Protected Methods

Method Description
OnInitialized ( ) : System.Threading.Tasks.Task
OnSessionUpdated ( PersistentObject session ) : void

Private Methods

Method Description
GetChannel ( ) : void

Method Details

AppHooks() public method

public AppHooks ( ) : System
return System

OnInitialized() protected method

protected OnInitialized ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnSessionUpdated() protected method

protected OnSessionUpdated ( PersistentObject session ) : void
session Vidyano.ViewModel.PersistentObject
return void