C# Class CmisSync.Lib.Events.BubbledEvent

Bubbled event ca be used to add an event of given source to another Queue
Inheritance: EncapsuledEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
BubbledEvent ( object source, ISyncEvent e ) : System

Initializes a new instance of the CmisSync.Lib.Events.BubbledEvent class with an embedded event and context informations of the given event.

ToString ( ) : string

Returns the description of the source and the bubbled event

Method Details

BubbledEvent() public méthode

Initializes a new instance of the CmisSync.Lib.Events.BubbledEvent class with an embedded event and context informations of the given event.
public BubbledEvent ( object source, ISyncEvent e ) : System
source object Context Informations of the given event
e ISyncEvent An Event from another context. Must not be null
Résultat System

ToString() public méthode

Returns the description of the source and the bubbled event
public ToString ( ) : string
Résultat string