예제 #1
0
파일: Reference.cs 프로젝트: aj-hc/ZSSY
 /// <remarks/>
 public void StoreSpecimenInfoAsync(SpecimenRt SpecimenRt) {
     this.StoreSpecimenInfoAsync(SpecimenRt, null);
 }
예제 #2
0
파일: Reference.cs 프로젝트: aj-hc/ZSSY
 /// <remarks/>
 public void StoreSpecimenInfoAsync(SpecimenRt SpecimenRt, object userState) {
     if ((this.StoreSpecimenInfoOperationCompleted == null)) {
         this.StoreSpecimenInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStoreSpecimenInfoOperationCompleted);
     }
     this.InvokeAsync("StoreSpecimenInfo", new object[] {
                 SpecimenRt}, this.StoreSpecimenInfoOperationCompleted, userState);
 }
예제 #3
0
파일: Reference.cs 프로젝트: aj-hc/ZSSY
 public string StoreSpecimenInfo(SpecimenRt SpecimenRt) {
     object[] results = this.Invoke("StoreSpecimenInfo", new object[] {
                 SpecimenRt});
     return ((string)(results[0]));
 }