C# Класс CmisSync.Lib.Events.BubbledEvent

Bubbled event ca be used to add an event of given source to another Queue
Наследование: EncapsuledEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BubbledEvent() публичный Метод

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
Результат System

ToString() публичный Метод

Returns the description of the source and the bubbled event
public ToString ( ) : string
Результат string