예제 #1
0
 public System.Threading.Tasks.Task <BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsResponse> getAllWidgetDefinitionsAsync(BackstopSampleAppForDocumentUpload.BackstopWidgetService.LoginInfoType LoginInfo)
 {
     BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsRequest inValue = new BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsRequest();
     inValue.LoginInfo = LoginInfo;
     return(((BackstopSampleAppForDocumentUpload.BackstopWidgetService.BackstopWidgetService_1_0PortType)(this)).getAllWidgetDefinitionsAsync(inValue));
 }
예제 #2
0
 public BackstopSampleAppForDocumentUpload.BackstopWidgetService.WidgetDefinition[] getAllWidgetDefinitions(BackstopSampleAppForDocumentUpload.BackstopWidgetService.LoginInfoType LoginInfo)
 {
     BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsRequest inValue = new BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsRequest();
     inValue.LoginInfo = LoginInfo;
     BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsResponse retVal = ((BackstopSampleAppForDocumentUpload.BackstopWidgetService.BackstopWidgetService_1_0PortType)(this)).getAllWidgetDefinitions(inValue);
     return(retVal.@out);
 }
예제 #3
0
 System.Threading.Tasks.Task <BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsResponse> BackstopSampleAppForDocumentUpload.BackstopWidgetService.BackstopWidgetService_1_0PortType.getAllWidgetDefinitionsAsync(BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsRequest request)
 {
     return(base.Channel.getAllWidgetDefinitionsAsync(request));
 }
예제 #4
0
 BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsResponse BackstopSampleAppForDocumentUpload.BackstopWidgetService.BackstopWidgetService_1_0PortType.getAllWidgetDefinitions(BackstopSampleAppForDocumentUpload.BackstopWidgetService.getAllWidgetDefinitionsRequest request)
 {
     return(base.Channel.getAllWidgetDefinitions(request));
 }