Ejemplo n.º 1
0
 /// <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);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public System.IAsyncResult BeginAppointmentChange(AppointmentChangeRequest AppointmentChangeRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("AppointmentChange", new object[] {
                 AppointmentChangeRequest}, callback, asyncState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void AppointmentChangeAsync(AppointmentChangeRequest AppointmentChangeRequest)
 {
     this.AppointmentChangeAsync(AppointmentChangeRequest, null);
 }