C# 클래스 DirkSarodnick.GoogleSync.Core.Sync.SyncManager

Defines the SyncManager class.
상속: IDisposable
파일 보기 프로젝트 열기: d03n3rfr1tz3/GoogleSync

공개 메소드들

메소드 설명
AddEvents ( ) : void

Adds the events.

ClearEvents ( ) : void

Clears the events.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Start ( ) : void

Starts this instance.

SyncManager ( ) : System

Initializes a new instance of the SyncManager class.

비공개 메소드들

메소드 설명
Items_ItemChange ( object item ) : void

Items_s the item change.

메소드 상세

AddEvents() 공개 메소드

Adds the events.
public AddEvents ( ) : void
리턴 void

ClearEvents() 공개 메소드

Clears the events.
public ClearEvents ( ) : void
리턴 void

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Start() 공개 메소드

Starts this instance.
public Start ( ) : void
리턴 void

SyncManager() 공개 메소드

Initializes a new instance of the SyncManager class.
public SyncManager ( ) : System
리턴 System