コード例 #1
0
 public long Decrement(string key, uint amount)
 {
     return(Execute(() => client.Decrement(key, amount)));
 }