Beispiel #1
0
 /// <remarks/>
 public void GetMachineUptimeAsync(GetMachineUptimeRequest req) {
     this.GetMachineUptimeAsync(req, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetMachineUptimeAsync(GetMachineUptimeRequest req, object userState) {
     if ((this.GetMachineUptimeOperationCompleted == null)) {
         this.GetMachineUptimeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMachineUptimeOperationCompleted);
     }
     this.InvokeAsync("GetMachineUptime", new object[] {
                 req}, this.GetMachineUptimeOperationCompleted, userState);
 }
Beispiel #3
0
 public GetMachineUptimeResponse GetMachineUptime(GetMachineUptimeRequest req) {
     object[] results = this.Invoke("GetMachineUptime", new object[] {
                 req});
     return ((GetMachineUptimeResponse)(results[0]));
 }