Exemplo n.º 1
0
 /// <remarks/>
 public void AppointmentGetAsync(AppointmentGetRequest AppointmentGetRequest, object userState) {
     if ((this.AppointmentGetOperationCompleted == null)) {
         this.AppointmentGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAppointmentGetOperationCompleted);
     }
     this.InvokeAsync("AppointmentGet", new object[] {
                 AppointmentGetRequest}, this.AppointmentGetOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void AppointmentGetAsync(AppointmentGetRequest AppointmentGetRequest) {
     this.AppointmentGetAsync(AppointmentGetRequest, null);
 }