示例#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);
 }
示例#2
0
 /// <remarks/>
 public System.IAsyncResult BeginAppointmentGet(AppointmentGetRequest AppointmentGetRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("AppointmentGet", new object[] {
                 AppointmentGetRequest}, callback, asyncState);
 }
示例#3
0
 /// <remarks/>
 public void AppointmentGetAsync(AppointmentGetRequest AppointmentGetRequest)
 {
     this.AppointmentGetAsync(AppointmentGetRequest, null);
 }