Beispiel #1
0
 /// <remarks/>
 public void MI_PO_CRE_LESAsync(ZSPOCRIN INPUT, object userState) {
     if ((this.MI_PO_CRE_LESOperationCompleted == null)) {
         this.MI_PO_CRE_LESOperationCompleted = new System.Threading.SendOrPostCallback(this.OnMI_PO_CRE_LESOperationCompleted);
     }
     this.InvokeAsync("MI_PO_CRE_LES", new object[] {
                 INPUT}, this.MI_PO_CRE_LESOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void MI_PO_CRE_LESAsync(ZSPOCRIN INPUT) {
     this.MI_PO_CRE_LESAsync(INPUT, null);
 }