/// <remarks/>
 public void getAsync(get get1, object userState) {
     if ((this.getOperationCompleted == null)) {
         this.getOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetOperationCompleted);
     }
     this.InvokeAsync("get", new object[] {
                 get1}, this.getOperationCompleted, userState);
 }
 /// <remarks/>
 public void getAsync(get get1) {
     this.getAsync(get1, null);
 }