コード例 #1
0
ファイル: Reference.cs プロジェクト: waservice/HMCIS
 /// <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
ファイル: Reference.cs プロジェクト: waservice/HMCIS
 /// <remarks/>
 public void AppointmentGetAsync(AppointmentGetRequest AppointmentGetRequest) {
     this.AppointmentGetAsync(AppointmentGetRequest, null);
 }