C# Класс CmisSync.Lib.Events.RequestIgnoredEvent

Request ignored event.
Наследование: ISyncEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
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