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

StopActor() 공개 메소드

public StopActor ( int id ) : System
id int
리턴 System
            public StopActor(int id)
            {
                _id = id;
            }
            protected override void OnReceive(object message)
ScatterGatherFirstCompletedSpec.StopActor