Shutdown() static private method

static private Shutdown ( ) : void
return void
Ejemplo n.º 1
0
 /// <summary>
 /// Stops all internal services of the Repository.
 /// </summary>
 public static void Shutdown()
 {
     RepositoryInstance.Shutdown();
 }