Esempio n. 1
0
 public string CheckForUpdate(int clientMajor, int clientMinor, System.Guid clientInstance)
 {
     TasksUnitTests.StackHashWebService.CheckForUpdateRequest inValue = new TasksUnitTests.StackHashWebService.CheckForUpdateRequest();
     inValue.Body                = new TasksUnitTests.StackHashWebService.CheckForUpdateRequestBody();
     inValue.Body.clientMajor    = clientMajor;
     inValue.Body.clientMinor    = clientMinor;
     inValue.Body.clientInstance = clientInstance;
     TasksUnitTests.StackHashWebService.CheckForUpdateResponse retVal = ((TasksUnitTests.StackHashWebService.StackHashServiceSoap)(this)).CheckForUpdate(inValue);
     return(retVal.Body.CheckForUpdateResult);
 }
Esempio n. 2
0
 TasksUnitTests.StackHashWebService.CheckForUpdateResponse TasksUnitTests.StackHashWebService.StackHashServiceSoap.CheckForUpdate(TasksUnitTests.StackHashWebService.CheckForUpdateRequest request)
 {
     return(base.Channel.CheckForUpdate(request));
 }