C# Class CalDavSynchronizer.ChangeWatching.NullItemCollectionChangeWatcher

Inheritance: IItemCollectionChangeWatcher
Exibir arquivo Open project: aluxnimm/outlookcaldavsynchronizer

Public Properties

Property Type Description
Instance IItemCollectionChangeWatcher

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
OnItemSavedOrDeleted ( ItemSavedEventArgs e ) : void

Private Methods

Method Description
NullItemCollectionChangeWatcher ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnItemSavedOrDeleted() protected method

protected OnItemSavedOrDeleted ( ItemSavedEventArgs e ) : void
e ItemSavedEventArgs
return void

Property Details

Instance public_oe static_oe property

public static IItemCollectionChangeWatcher Instance
return IItemCollectionChangeWatcher