Exemplo n.º 1
0
 public async void DeclareMasterDead(MasterDetails node)
 {
     await _httpWrapper.DoHttpPost <MasterDetails>(string.Format("{0}{1}", StaticProperties.NodeConfig.NamingService.Uri, MASTER_DEAD), node);
 }