Exemplo n.º 1
0
 /// <remarks/>
 public void GetMachineAsync(GetMachineRequest req) {
     this.GetMachineAsync(req, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetMachineAsync(GetMachineRequest req, object userState) {
     if ((this.GetMachineOperationCompleted == null)) {
         this.GetMachineOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMachineOperationCompleted);
     }
     this.InvokeAsync("GetMachine", new object[] {
                 req}, this.GetMachineOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public GetMachineResponse GetMachine(GetMachineRequest req) {
     object[] results = this.Invoke("GetMachine", new object[] {
                 req});
     return ((GetMachineResponse)(results[0]));
 }