Exemplo n.º 1
0
 public TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesResponseDatabaseInstance[] ReadDatabaseInstances(object ReadDatabaseInstances1)
 {
     TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesRequest inValue = new TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesRequest();
     inValue.ReadDatabaseInstances = ReadDatabaseInstances1;
     TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesResponse retVal = ((TestUserToken.HttpAuthenticationService.AuthenticationServicePortType)(this)).ReadDatabaseInstances(inValue);
     return(retVal.ReadDatabaseInstancesResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesResponse> ReadDatabaseInstancesAsync(object ReadDatabaseInstances)
 {
     TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesRequest inValue = new TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesRequest();
     inValue.ReadDatabaseInstances = ReadDatabaseInstances;
     return(((TestUserToken.HttpAuthenticationService.AuthenticationServicePortType)(this)).ReadDatabaseInstancesAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesResponse> TestUserToken.HttpAuthenticationService.AuthenticationServicePortType.ReadDatabaseInstancesAsync(TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesRequest request)
 {
     return(base.Channel.ReadDatabaseInstancesAsync(request));
 }
Exemplo n.º 4
0
 TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesResponse TestUserToken.HttpAuthenticationService.AuthenticationServicePortType.ReadDatabaseInstances(TestUserToken.HttpAuthenticationService.ReadDatabaseInstancesRequest request)
 {
     return(base.Channel.ReadDatabaseInstances(request));
 }