Beispiel #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);
 }
Beispiel #2
0
 /// <remarks/>
 public void AppointmentChangeAsync(AppointmentChangeRequest AppointmentChangeRequest) {
     this.AppointmentChangeAsync(AppointmentChangeRequest, null);
 }