/// <remarks/> public void GetMachineGroupListAsync(GetMachineGroupListRequest req) { this.GetMachineGroupListAsync(req, null); }
/// <remarks/> public void GetMachineGroupListAsync(GetMachineGroupListRequest req, object userState) { if ((this.GetMachineGroupListOperationCompleted == null)) { this.GetMachineGroupListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMachineGroupListOperationCompleted); } this.InvokeAsync("GetMachineGroupList", new object[] { req}, this.GetMachineGroupListOperationCompleted, userState); }
public GetMachineGroupListResponse GetMachineGroupList(GetMachineGroupListRequest req) { object[] results = this.Invoke("GetMachineGroupList", new object[] { req}); return ((GetMachineGroupListResponse)(results[0])); }