C# 클래스 PortableRx.Reactive.HostLifecycleService

파일 보기 프로젝트 열기: robfe/PortableRx

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
InitializeNotifications ( ) : IHostLifecycleNotifications
OnResuming ( object sender, HostResumingEventArgs e ) : void
OnSuspending ( object sender, HostSuspendingEventArgs e ) : void

메소드 상세

AddRef() 공개 정적인 메소드

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

Release() 공개 정적인 메소드

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
리턴 void