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

Request ignored event.
상속: ISyncEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
RequestIgnoredEvent ( ISyncEvent ignoredEvent, string reason = null, SyncEventHandler source = null ) : System

Initializes a new instance of the CmisSync.Lib.Events.RequestIgnoredEvent class.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Events.RequestIgnoredEvent.

메소드 상세

RequestIgnoredEvent() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Events.RequestIgnoredEvent class.
public RequestIgnoredEvent ( ISyncEvent ignoredEvent, string reason = null, SyncEventHandler source = null ) : System
ignoredEvent ISyncEvent Ignored event.
reason string Reason why it has been ignored.
source SyncEventHandler The source which ignored the event.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current CmisSync.Lib.Events.RequestIgnoredEvent.
public ToString ( ) : string
리턴 string