clojure.lang.Agent.shutdown C# (CSharp) 메소드

shutdown() 공개 정적인 메소드

Shutdown all threads executing.
We need to work on this.
public static shutdown ( ) : void
리턴 void
        public static void shutdown()
        {
            // JAVA: soloExecutor.shutdown();
            // JAVA: pooledExecutor.shutdown();

            // TODO: record active jobs and shut them down?
        }