/// <remarks/> public void AppointmentChangeAsync(AppointmentChangeRequest AppointmentChangeRequest, object userState) { if ((this.AppointmentChangeOperationCompleted == null)) { this.AppointmentChangeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAppointmentChangeOperationCompleted); } this.InvokeAsync("AppointmentChange", new object[] { AppointmentChangeRequest}, this.AppointmentChangeOperationCompleted, userState); }
/// <remarks/> public void AppointmentChangeAsync(AppointmentChangeRequest AppointmentChangeRequest) { this.AppointmentChangeAsync(AppointmentChangeRequest, null); }