public GetListofAMRegistrationResponse GetListofAMRegistration(GetListofAMRegistrationRequest GetListofAMAuctionReq) { object[] results = this.Invoke("GetListofAMRegistration", new object[] { GetListofAMAuctionReq }); return((GetListofAMRegistrationResponse)(results[0])); }
/// <remarks/> public void GetListofAMRegistrationAsync(GetListofAMRegistrationRequest GetListofAMAuctionReq, object userState) { if ((this.GetListofAMRegistrationOperationCompleted == null)) { this.GetListofAMRegistrationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetListofAMRegistrationOperationCompleted); } this.InvokeAsync("GetListofAMRegistration", new object[] { GetListofAMAuctionReq }, this.GetListofAMRegistrationOperationCompleted, userState); }
/// <remarks/> public void GetListofAMRegistrationAsync(GetListofAMRegistrationRequest GetListofAMAuctionReq) { this.GetListofAMRegistrationAsync(GetListofAMAuctionReq, null); }