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