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