Started() 정적인 개인적인 메소드

static private Started ( ) : bool
리턴 bool
예제 #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());
 }