C# Class PortableRx.Reactive.HostLifecycleService

Afficher le fichier Open project: robfe/PortableRx

Méthodes publiques

Méthode Description
AddRef ( ) : void

Adds a reference to the host lifecycle manager, causing it to be sending notifications.

Release ( ) : void

Removes a reference to the host lifecycle manager, causing it to stop sending notifications if the removed reference was the last one.

Private Methods

Méthode Description
InitializeNotifications ( ) : IHostLifecycleNotifications
OnResuming ( object sender, HostResumingEventArgs e ) : void
OnSuspending ( object sender, HostSuspendingEventArgs e ) : void

Method Details

AddRef() public static méthode

Adds a reference to the host lifecycle manager, causing it to be sending notifications.
public static AddRef ( ) : void
Résultat void

Release() public static méthode

Removes a reference to the host lifecycle manager, causing it to stop sending notifications if the removed reference was the last one.
public static Release ( ) : void
Résultat void