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

Defines the SyncManager class.
Inheritance: IDisposable
Afficher le fichier Open project: d03n3rfr1tz3/GoogleSync

Méthodes publiques

Méthode 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

Méthode Description
Items_ItemChange ( object item ) : void

Items_s the item change.

Method Details

AddEvents() public méthode

Adds the events.
public AddEvents ( ) : void
Résultat void

ClearEvents() public méthode

Clears the events.
public ClearEvents ( ) : void
Résultat void

Dispose() public méthode

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

Start() public méthode

Starts this instance.
public Start ( ) : void
Résultat void

SyncManager() public méthode

Initializes a new instance of the SyncManager class.
public SyncManager ( ) : System
Résultat System