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

Takes an ISyncEvent and combines it together with the source object. This could be used to take one event of an event queue and put it into another queue without loosing context informations which are implicit given on the source queue.
Наследование: ISyncEvent
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EncapsuledEvent ( ISyncEvent e ) : System

Initializes a new instance of the CmisSync.Lib.Events.EncapsuledEvent class with an embedded event.

ToString ( ) : string

Returns the description of the embedded event

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

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

Initializes a new instance of the CmisSync.Lib.Events.EncapsuledEvent class with an embedded event.
public EncapsuledEvent ( ISyncEvent e ) : System
e ISyncEvent An Event from another context. Must not be null
Результат System

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

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