Exemplo n.º 1
0
 public ServiceReference2.TWRemStatus GetServerHealth(string TokenId, ref string jsonHealth)
 {
     ServiceReference2.GetServerHealthRequest inValue = new ServiceReference2.GetServerHealthRequest();
     inValue.TokenId    = TokenId;
     inValue.jsonHealth = jsonHealth;
     ServiceReference2.GetServerHealthResponse retVal = ((ServiceReference2.IWTpBase)(this)).GetServerHealth(inValue);
     jsonHealth = retVal.jsonHealth;
     return(retVal.@return);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <ServiceReference2.GetServerHealthResponse> GetServerHealthAsync(ServiceReference2.GetServerHealthRequest request)
 {
     return(base.Channel.GetServerHealthAsync(request));
 }
Exemplo n.º 3
0
 ServiceReference2.GetServerHealthResponse ServiceReference2.IWTpBase.GetServerHealth(ServiceReference2.GetServerHealthRequest request)
 {
     return(base.Channel.GetServerHealth(request));
 }