Esempio n. 1
0
 public ServiceClient.GrantApplicationService.GetGrantApplicationStatusResponse GetGrantApplicationStatus(string guid)
 {
     ServiceClient.GrantApplicationService.GetGrantApplicationStatusRequest inValue = new ServiceClient.GrantApplicationService.GetGrantApplicationStatusRequest();
     inValue.guid = guid;
     ServiceClient.GrantApplicationService.GetGrantApplicationStatusResponse1 retVal = ((ServiceClient.GrantApplicationService.IGrantApplicationService)(this)).GetGrantApplicationStatus(inValue);
     return(retVal.GetGrantApplicationStatusResponse);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <ServiceClient.GrantApplicationService.GetGrantApplicationStatusResponse1> GetGrantApplicationStatusAsync(string guid)
 {
     ServiceClient.GrantApplicationService.GetGrantApplicationStatusRequest inValue = new ServiceClient.GrantApplicationService.GetGrantApplicationStatusRequest();
     inValue.guid = guid;
     return(((ServiceClient.GrantApplicationService.IGrantApplicationService)(this)).GetGrantApplicationStatusAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <ServiceClient.GrantApplicationService.GetGrantApplicationStatusResponse1> ServiceClient.GrantApplicationService.IGrantApplicationService.GetGrantApplicationStatusAsync(ServiceClient.GrantApplicationService.GetGrantApplicationStatusRequest request)
 {
     return(base.Channel.GetGrantApplicationStatusAsync(request));
 }
Esempio n. 4
0
 ServiceClient.GrantApplicationService.GetGrantApplicationStatusResponse1 ServiceClient.GrantApplicationService.IGrantApplicationService.GetGrantApplicationStatus(ServiceClient.GrantApplicationService.GetGrantApplicationStatusRequest request)
 {
     return(base.Channel.GetGrantApplicationStatus(request));
 }