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