C# Class CmisSync.Lib.Events.RequestIgnoredEvent

Request ignored event.
Inheritance: ISyncEvent
Mostra file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
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.

Method Details

RequestIgnoredEvent() public method

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.
return System

ToString() public method

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