コード例 #1
0
 public Task <Result> RemoveAsync()
 {
     return(client.Remove(this));
 }