C# 클래스 CmisSync.Lib.Events.BubbledEvent

Bubbled event ca be used to add an event of given source to another Queue
상속: EncapsuledEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

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