protected override void ProcessRecord()
 {
     using (MVConfiguration mvconfig = SyncServer.GetMVConfiguration())
     {
         this.WriteObject(mvconfig);
     }
 }
Esempio n. 2
0
 protected override void ProcessRecord()
 {
     this.WriteObject(SyncServer.GetMVConfiguration());
 }