Akka.Cluster.Sharding.Tests.Counter.Get.Get C# (CSharp) Method

Get() public method

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