Akka.Tests.Routing.ScatterGatherFirstCompletedSpec.Stop.Stop C# (CSharp) 메소드

Stop() 공개 메소드

public Stop ( int id = null ) : System
id int
리턴 System
            public Stop(int? id = null)
            {
                Id = id;
            }
ScatterGatherFirstCompletedSpec.Stop