C# Class CmisSync.Lib.Events.BubbledEvent

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

Public Methods

Method 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 method

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
return System

ToString() public method

Returns the description of the source and the bubbled event
public ToString ( ) : string
return string