/// <remarks/> public void GetMachineAsync(GetMachineRequest req) { this.GetMachineAsync(req, null); }
/// <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); }
public GetMachineResponse GetMachine(GetMachineRequest req) { object[] results = this.Invoke("GetMachine", new object[] { req}); return ((GetMachineResponse)(results[0])); }