C# 클래스 CmisSync.Lib.ActivityListenerAggregator

Aggregates the activity status of multiple processes The overall activity is considered "started" if any of the processes is "started"; Example chronology (only started/stopped are important, active/down here for readability): PROCESS1 PROCESS2 OVERALL DOWN DOWN DOWN STARTED DOWN STARTED ACTIVE STARTED ACTIVE ACTIVE ACTIVE ACTIVE STOPPED ACTIVE ACTIVE DOWN ACTIVE ACTIVE DOWN STOPPED STOPPED DOWN DOWN DOWN
상속: IActivityListener
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
ActivityListenerAggregator ( IActivityListener overallListener, TransmissionManager transmissionManager ) : System

Initializes a new instance of the CmisSync.Lib.ActivityListenerAggregator class.

ActivityStarted ( ) : void

Call this method to indicate that activity has started.

ActivityStopped ( ) : void

Call this method to indicate that activity has stopped.

메소드 상세

ActivityListenerAggregator() 공개 메소드

Initializes a new instance of the CmisSync.Lib.ActivityListenerAggregator class.
public ActivityListenerAggregator ( IActivityListener overallListener, TransmissionManager transmissionManager ) : System
overallListener IActivityListener The activity listener to which aggregated activity will be sent.
transmissionManager TransmissionManager Transmission manager.
리턴 System

ActivityStarted() 공개 메소드

Call this method to indicate that activity has started.
public ActivityStarted ( ) : void
리턴 void

ActivityStopped() 공개 메소드

Call this method to indicate that activity has stopped.
public ActivityStopped ( ) : void
리턴 void