Exemple #1
0
 public System.Threading.Tasks.Task <MsdnHelper.ContentService.GetNavigationPathsResponse1> GetNavigationPathsAsync(MsdnHelper.ContentService.appId appId, MsdnHelper.ContentService.getNavigationPathsRequest getNavigationPathsRequest)
 {
     MsdnHelper.ContentService.GetNavigationPathsRequest1 inValue = new MsdnHelper.ContentService.GetNavigationPathsRequest1();
     inValue.appId = appId;
     inValue.getNavigationPathsRequest = getNavigationPathsRequest;
     return(((MsdnHelper.ContentService.ContentServicePortType)(this)).GetNavigationPathsAsync(inValue));
 }
Exemple #2
0
 public MsdnHelper.ContentService.getNavigationPathsResponse GetNavigationPaths(MsdnHelper.ContentService.appId appId, MsdnHelper.ContentService.getNavigationPathsRequest getNavigationPathsRequest)
 {
     MsdnHelper.ContentService.GetNavigationPathsRequest1 inValue = new MsdnHelper.ContentService.GetNavigationPathsRequest1();
     inValue.appId = appId;
     inValue.getNavigationPathsRequest = getNavigationPathsRequest;
     MsdnHelper.ContentService.GetNavigationPathsResponse1 retVal = ((MsdnHelper.ContentService.ContentServicePortType)(this)).GetNavigationPaths(inValue);
     return(retVal.getNavigationPathsResponse);
 }
Exemple #3
0
 System.Threading.Tasks.Task <MsdnHelper.ContentService.GetNavigationPathsResponse1> MsdnHelper.ContentService.ContentServicePortType.GetNavigationPathsAsync(MsdnHelper.ContentService.GetNavigationPathsRequest1 request)
 {
     return(base.Channel.GetNavigationPathsAsync(request));
 }
Exemple #4
0
 MsdnHelper.ContentService.GetNavigationPathsResponse1 MsdnHelper.ContentService.ContentServicePortType.GetNavigationPaths(MsdnHelper.ContentService.GetNavigationPathsRequest1 request)
 {
     return(base.Channel.GetNavigationPaths(request));
 }