CmisSync.Lib.Events.StartNextSyncEvent.StartNextSyncEvent C# (CSharp) Метод

StartNextSyncEvent() публичный Метод

Initializes a new instance of the CmisSync.Lib.Events.StartNextSyncEvent class.
public StartNextSyncEvent ( bool fullSyncRequested = false ) : System
fullSyncRequested bool If set to true a full sync is requested.
Результат System
        public StartNextSyncEvent(bool fullSyncRequested = false) {
            this.FullSyncRequested = fullSyncRequested;
        }