Ejemplo n.º 1
0
 /// <remarks/>
 public void ExpandDLAsync(ExpandDLType ExpandDL1, object userState) {
     if ((this.ExpandDLOperationCompleted == null)) {
         this.ExpandDLOperationCompleted = new System.Threading.SendOrPostCallback(this.OnExpandDLOperationCompleted);
     }
     this.InvokeAsync("ExpandDL", new object[] {
                 ExpandDL1}, this.ExpandDLOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void ExpandDLAsync(ExpandDLType ExpandDL1) {
     this.ExpandDLAsync(ExpandDL1, null);
 }