C# Class DirkSarodnick.GoogleSync.Core.Sync.SyncManager

Defines the SyncManager class.
Inheritance: IDisposable
ファイルを表示 Open project: d03n3rfr1tz3/GoogleSync

Public Methods

Method Description
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.

Private Methods

Method Description
Items_ItemChange ( object item ) : void

Items_s the item change.

Method Details

AddEvents() public method

Adds the events.
public AddEvents ( ) : void
return void

ClearEvents() public method

Clears the events.
public ClearEvents ( ) : void
return void

Dispose() public method

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

Start() public method

Starts this instance.
public Start ( ) : void
return void

SyncManager() public method

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