Example #1
0
 /// <remarks/>
 public void CopyProjectAsReflectionAsync(CopyProjectAsReflection CopyProjectAsReflection1, object userState) {
     if ((this.CopyProjectAsReflectionOperationCompleted == null)) {
         this.CopyProjectAsReflectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCopyProjectAsReflectionOperationCompleted);
     }
     this.InvokeAsync("CopyProjectAsReflection", new object[] {
                 CopyProjectAsReflection1}, this.CopyProjectAsReflectionOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void CopyProjectAsReflectionAsync(CopyProjectAsReflection CopyProjectAsReflection1) {
     this.CopyProjectAsReflectionAsync(CopyProjectAsReflection1, null);
 }