Akka.Cluster.Sharding.Tests.Counter.Get.Get C# (CSharp) 메소드

Get() 공개 메소드

public Get ( long counterId ) : System
counterId long
리턴 System
            public Get(long counterId)
            {
                CounterId = counterId;
            }
        }
Counter.Get