示例#1
0
 public System.Threading.Tasks.Task <WebServiceSPLS.AtualizarDadosResponse> AtualizarDadosAsync(string idVisual, string usuario, string senha, string nomeDoCliente, WebServiceSPLS.ArrayOfString metadadosC)
 {
     WebServiceSPLS.AtualizarDadosRequest inValue = new WebServiceSPLS.AtualizarDadosRequest();
     inValue.Body               = new WebServiceSPLS.AtualizarDadosRequestBody();
     inValue.Body.idVisual      = idVisual;
     inValue.Body.usuario       = usuario;
     inValue.Body.senha         = senha;
     inValue.Body.nomeDoCliente = nomeDoCliente;
     inValue.Body.metadadosC    = metadadosC;
     return(((WebServiceSPLS.Sistema1Soap)(this)).AtualizarDadosAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <WebServiceSPLS.AtualizarDadosResponse> WebServiceSPLS.Sistema1Soap.AtualizarDadosAsync(WebServiceSPLS.AtualizarDadosRequest request)
 {
     return(base.Channel.AtualizarDadosAsync(request));
 }