Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Microsoft.UpdateServices.WebServices.DssAuthentication.PingResponse> PingAsync(int pingLevel)
 {
     Microsoft.UpdateServices.WebServices.DssAuthentication.PingRequest inValue = new Microsoft.UpdateServices.WebServices.DssAuthentication.PingRequest();
     inValue.pingLevel = pingLevel;
     return(((Microsoft.UpdateServices.WebServices.DssAuthentication.IDSSAuthWebService)(this)).PingAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <Microsoft.UpdateServices.WebServices.DssAuthentication.PingResponse> Microsoft.UpdateServices.WebServices.DssAuthentication.IDSSAuthWebService.PingAsync(Microsoft.UpdateServices.WebServices.DssAuthentication.PingRequest request)
 {
     return(base.Channel.PingAsync(request));
 }