RPCBase.RoutingRule.ZkRoutingRule.GetServicePath C# (CSharp) Method

GetServicePath() public method

public GetServicePath ( ) : string
return string
            public string GetServicePath()
            {
                return ServicePath != null ? ServicePath(DistrictsName) : "";
            }