Agnos.Protocol.BaseClient.GetServiceInfo C# (CSharp) Method

GetServiceInfo() public method

public GetServiceInfo ( int code ) : HeteroMap
code int
return HeteroMap
            public HeteroMap GetServiceInfo(int code)
            {
                return _utils.GetServiceInfo(code);
            }