Started() static private method

static private Started ( ) : bool
return bool
Ejemplo n.º 1
0
 /// <summary>
 /// Returns the running state of the Repository.
 /// </summary>
 /// <returns>True if the Repository has started yet otherwise false.</returns>
 public static bool Started()
 {
     return(RepositoryInstance.Started());
 }