C# 클래스 BaconographyPortable.Services.Impl.SuspendableWorkQueueImpl

상속: ISuspendableWorkQueue
파일 보기 프로젝트 열기: Synergex/Baconography 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RunUIWorkQueue void
RunWorkQueue void

공개 메소드들

메소드 설명
CancelSuspension ( ) : void
QueueInteruptableUI ( Task>.Func work ) : void
QueueLowImportanceRestartableWork ( Task>.Func work ) : Task
RaiseImpendingSuspension ( ) : void
RaiseUIInterupt ( ) : void
SuspendableWorkQueueImpl ( ISystemServices systemServices ) : System

비공개 메소드들

메소드 설명
RunUIWorkQueue ( ) : void
RunWorkQueue ( ) : void

메소드 상세

CancelSuspension() 공개 메소드

public CancelSuspension ( ) : void
리턴 void

QueueInteruptableUI() 공개 메소드

public QueueInteruptableUI ( Task>.Func work ) : void
work Task>.Func
리턴 void

QueueLowImportanceRestartableWork() 공개 메소드

public QueueLowImportanceRestartableWork ( Task>.Func work ) : Task
work Task>.Func
리턴 Task

RaiseImpendingSuspension() 공개 메소드

public RaiseImpendingSuspension ( ) : void
리턴 void

RaiseUIInterupt() 공개 메소드

public RaiseUIInterupt ( ) : void
리턴 void

SuspendableWorkQueueImpl() 공개 메소드

public SuspendableWorkQueueImpl ( ISystemServices systemServices ) : System
systemServices ISystemServices
리턴 System