コード例 #1
0
 internal SyncRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
コード例 #2
0
 internal FolderMoveRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
コード例 #3
0
 internal RequestStatisticsBase(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
     this.report          = null;
     this.positionInQueue = LocalizedString.Empty;
 }
コード例 #4
0
 internal TransactionalRequestJob(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
     this.moveObject = null;
     this.provider   = null;
 }
コード例 #5
0
 internal PublicFolderMailboxMigrationRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
コード例 #6
0
 internal MailboxRelocationRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
コード例 #7
0
 internal StoreIntegrityCheckJob(SimpleProviderPropertyBag bag) : base(bag)
 {
 }
コード例 #8
0
 internal MailboxImportRequestStatistics(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }
コード例 #9
0
 internal RequestJobXML(SimpleProviderPropertyBag propertyBag) : base(propertyBag)
 {
 }