Exemple #1
0
 public System.Threading.Tasks.Task <JustExample.CallFSOP.GetAppStatusResponse> GetAppStatusAsync(string strAppType, string strAppID, string strLicenseNo, string Token)
 {
     JustExample.CallFSOP.GetAppStatusRequest inValue = new JustExample.CallFSOP.GetAppStatusRequest();
     inValue.Body              = new JustExample.CallFSOP.GetAppStatusRequestBody();
     inValue.Body.strAppType   = strAppType;
     inValue.Body.strAppID     = strAppID;
     inValue.Body.strLicenseNo = strLicenseNo;
     inValue.Body.Token        = Token;
     return(((JustExample.CallFSOP.FSOPServerSoap)(this)).GetAppStatusAsync(inValue));
 }
Exemple #2
0
 public string GetAppStatus(string strAppType, string strAppID, string strLicenseNo, string Token)
 {
     JustExample.CallFSOP.GetAppStatusRequest inValue = new JustExample.CallFSOP.GetAppStatusRequest();
     inValue.Body              = new JustExample.CallFSOP.GetAppStatusRequestBody();
     inValue.Body.strAppType   = strAppType;
     inValue.Body.strAppID     = strAppID;
     inValue.Body.strLicenseNo = strLicenseNo;
     inValue.Body.Token        = Token;
     JustExample.CallFSOP.GetAppStatusResponse retVal = ((JustExample.CallFSOP.FSOPServerSoap)(this)).GetAppStatus(inValue);
     return(retVal.Body.GetAppStatusResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <JustExample.CallFSOP.GetAppStatusResponse> JustExample.CallFSOP.FSOPServerSoap.GetAppStatusAsync(JustExample.CallFSOP.GetAppStatusRequest request)
 {
     return(base.Channel.GetAppStatusAsync(request));
 }
Exemple #4
0
 JustExample.CallFSOP.GetAppStatusResponse JustExample.CallFSOP.FSOPServerSoap.GetAppStatus(JustExample.CallFSOP.GetAppStatusRequest request)
 {
     return(base.Channel.GetAppStatus(request));
 }