/// <remarks/> public void GetMachineCollectionListAsync(GetMachineCollectionListRequest req) { this.GetMachineCollectionListAsync(req, null); }
/// <remarks/> public void GetMachineCollectionListAsync(GetMachineCollectionListRequest req, object userState) { if ((this.GetMachineCollectionListOperationCompleted == null)) { this.GetMachineCollectionListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMachineCollectionListOperationCompleted); } this.InvokeAsync("GetMachineCollectionList", new object[] { req}, this.GetMachineCollectionListOperationCompleted, userState); }
public GetMachineCollectionListResponse GetMachineCollectionList(GetMachineCollectionListRequest req) { object[] results = this.Invoke("GetMachineCollectionList", new object[] { req}); return ((GetMachineCollectionListResponse)(results[0])); }