Esempio n. 1
0
 public System.Threading.Tasks.Task <MsdnHelper.ContentService.GetContentResponse1> GetContentAsync(MsdnHelper.ContentService.appId appId, MsdnHelper.ContentService.getContentRequest getContentRequest)
 {
     MsdnHelper.ContentService.GetContentRequest1 inValue = new MsdnHelper.ContentService.GetContentRequest1();
     inValue.appId             = appId;
     inValue.getContentRequest = getContentRequest;
     return(((MsdnHelper.ContentService.ContentServicePortType)(this)).GetContentAsync(inValue));
 }
Esempio n. 2
0
 public GetContentRequest1(MsdnHelper.ContentService.appId appId, MsdnHelper.ContentService.getContentRequest getContentRequest)
 {
     this.appId             = appId;
     this.getContentRequest = getContentRequest;
 }
Esempio n. 3
0
 public MsdnHelper.ContentService.getContentResponse GetContent(MsdnHelper.ContentService.appId appId, MsdnHelper.ContentService.getContentRequest getContentRequest)
 {
     MsdnHelper.ContentService.GetContentRequest1 inValue = new MsdnHelper.ContentService.GetContentRequest1();
     inValue.appId             = appId;
     inValue.getContentRequest = getContentRequest;
     MsdnHelper.ContentService.GetContentResponse1 retVal = ((MsdnHelper.ContentService.ContentServicePortType)(this)).GetContent(inValue);
     return(retVal.getContentResponse);
 }