示例#1
0
 public bool RepositoryExists()
 {
     return(m_TcpClient.CallSynchronous <bool>(MethodBase.GetCurrentMethod().Name));
 }
 public bool IsRunningAsyncOperations()
 {
     return(m_TcpClient.CallSynchronous <bool>(MethodBase.GetCurrentMethod().Name));
 }