Exemple #1
0
 public string ApplyForGrant(ServiceClient.GrantApplicationService.GrantApplication application)
 {
     ServiceClient.GrantApplicationService.ApplyForGrantRequest inValue = new ServiceClient.GrantApplicationService.ApplyForGrantRequest();
     inValue.application = application;
     ServiceClient.GrantApplicationService.ApplyForGrantResponse retVal = ((ServiceClient.GrantApplicationService.IGrantApplicationService)(this)).ApplyForGrant(inValue);
     return(retVal.applicationId);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <ServiceClient.GrantApplicationService.ApplyForGrantResponse> ApplyForGrantAsync(ServiceClient.GrantApplicationService.GrantApplication application)
 {
     ServiceClient.GrantApplicationService.ApplyForGrantRequest inValue = new ServiceClient.GrantApplicationService.ApplyForGrantRequest();
     inValue.application = application;
     return(((ServiceClient.GrantApplicationService.IGrantApplicationService)(this)).ApplyForGrantAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <ServiceClient.GrantApplicationService.ApplyForGrantResponse> ServiceClient.GrantApplicationService.IGrantApplicationService.ApplyForGrantAsync(ServiceClient.GrantApplicationService.ApplyForGrantRequest request)
 {
     return(base.Channel.ApplyForGrantAsync(request));
 }
Exemple #4
0
 ServiceClient.GrantApplicationService.ApplyForGrantResponse ServiceClient.GrantApplicationService.IGrantApplicationService.ApplyForGrant(ServiceClient.GrantApplicationService.ApplyForGrantRequest request)
 {
     return(base.Channel.ApplyForGrant(request));
 }