コード例 #1
0
ファイル: HTable.cs プロジェクト: leegkon/NHBaseAPI
 /// <summary>
 ///    停用该表
 /// </summary>
 /// <exception cref="IOErrorException">IO错误</exception>
 /// <exception cref="ArgumentNullException">参数不能为空</exception>
 /// <exception cref="CommunicationTimeoutException">通信超时</exception>
 /// <exception cref="CommunicationFailException">通信失败</exception>
 public void Disable()
 {
     _client.Disable(TableName);
 }