Beispiel #1
0
    public string[] getEntityKeys(string arg0, string arg1)
    {
        getEntityKeysRequest inValue = new getEntityKeysRequest();

        inValue.arg0 = arg0;
        inValue.arg1 = arg1;
        getEntityKeysResponse retVal = ((ICoalesceDataService)(this)).getEntityKeys(inValue);

        return(retVal.@return);
    }
Beispiel #2
0
 getEntityKeysResponse ICoalesceDataService.getEntityKeys(getEntityKeysRequest request)
 {
     return(base.Channel.getEntityKeys(request));
 }