internal SyncRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
Example #2
0
 internal FolderMoveRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
 internal RequestStatisticsBase(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
     this.report          = null;
     this.positionInQueue = LocalizedString.Empty;
 }
Example #4
0
 internal TransactionalRequestJob(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
     this.moveObject = null;
     this.provider   = null;
 }
Example #5
0
 internal PublicFolderMailboxMigrationRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
 internal MailboxRelocationRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
 internal StoreIntegrityCheckJob(SimpleProviderPropertyBag bag) : base(bag)
 {
 }
 internal MailboxImportRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
Example #9
0
 internal RequestJobXML(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }