Example #1
0
 public AxlNetClient.GetAppServerInfoRes getAppServerInfo(AxlNetClient.GetAppServerInfoReq getAppServerInfo1)
 {
     AxlNetClient.getAppServerInfoRequest inValue = new AxlNetClient.getAppServerInfoRequest();
     inValue.getAppServerInfo = getAppServerInfo1;
     AxlNetClient.getAppServerInfoResponse retVal = ((AxlNetClient.AXLPort79)(this)).getAppServerInfo(inValue);
     return(retVal.getAppServerInfoResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getAppServerInfoResponse> getAppServerInfoAsync(AxlNetClient.GetAppServerInfoReq getAppServerInfo)
 {
     AxlNetClient.getAppServerInfoRequest inValue = new AxlNetClient.getAppServerInfoRequest();
     inValue.getAppServerInfo = getAppServerInfo;
     return(((AxlNetClient.AXLPort79)(this)).getAppServerInfoAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.getAppServerInfoResponse> AxlNetClient.AXLPort79.getAppServerInfoAsync(AxlNetClient.getAppServerInfoRequest request)
 {
     return(base.Channel.getAppServerInfoAsync(request));
 }
Example #4
0
 AxlNetClient.getAppServerInfoResponse AxlNetClient.AXLPort79.getAppServerInfo(AxlNetClient.getAppServerInfoRequest request)
 {
     return(base.Channel.getAppServerInfo(request));
 }