Beispiel #1
0
 public PerfNetClient.ObjectInfoType[] perfmonListCounter(string Host)
 {
     PerfNetClient.perfmonListCounterRequest inValue = new PerfNetClient.perfmonListCounterRequest();
     inValue.Host = Host;
     PerfNetClient.perfmonListCounterResponse retVal = ((PerfNetClient.PerfmonPortType)(this)).perfmonListCounter(inValue);
     return(retVal.perfmonListCounterReturn);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <PerfNetClient.perfmonListCounterResponse> perfmonListCounterAsync(string Host)
 {
     PerfNetClient.perfmonListCounterRequest inValue = new PerfNetClient.perfmonListCounterRequest();
     inValue.Host = Host;
     return(((PerfNetClient.PerfmonPortType)(this)).perfmonListCounterAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <PerfNetClient.perfmonListCounterResponse> PerfNetClient.PerfmonPortType.perfmonListCounterAsync(PerfNetClient.perfmonListCounterRequest request)
 {
     return(base.Channel.perfmonListCounterAsync(request));
 }
Beispiel #4
0
 PerfNetClient.perfmonListCounterResponse PerfNetClient.PerfmonPortType.perfmonListCounter(PerfNetClient.perfmonListCounterRequest request)
 {
     return(base.Channel.perfmonListCounter(request));
 }