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
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
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