/// <remarks/> public void GetRepairAsync(reparationselection reparationselection, object userState) { if ((this.GetRepairOperationCompleted == null)) { this.GetRepairOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRepairOperationCompleted); } this.InvokeAsync("GetRepair", new object[] { reparationselection}, this.GetRepairOperationCompleted, userState); }
/// <remarks/> public void GetRepairAsync(reparationselection reparationselection) { this.GetRepairAsync(reparationselection, null); }