コード例 #1
0
 public SynchronisationStore GetSynchronisationStore(ILocalNode node, string name)
 {
     if (this.m_SyncStore == null)
     {
         this.m_SyncStore = new Distributed <PreprocessedSyncTest_SynchronisedStore>(node, name);
     }
     return(this.m_SyncStore);
 }
コード例 #2
0
 public SynchronisationStore GetSynchronisationStore(ILocalNode node, string name)
 {
     if (this.m_SyncStore == null)
         this.m_SyncStore = new Distributed<PreprocessedSyncTest_SynchronisedStore>(node, name);
     return this.m_SyncStore;
 }