C# Class CmisSync.Lib.Events.RequestIgnoredEvent

Request ignored event.
Inheritance: ISyncEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ToString() public méthode

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