예제 #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);
 }