Example #1
0
 /// <remarks/>
 public void GetOwnerOfGLNAsync(GetOwnerOfGLN GetOwnerOfGLN1, object userState) {
     if ((this.GetOwnerOfGLNOperationCompleted == null)) {
         this.GetOwnerOfGLNOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOwnerOfGLNOperationCompleted);
     }
     this.InvokeAsync("GetOwnerOfGLN", new object[] {
                 GetOwnerOfGLN1}, this.GetOwnerOfGLNOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetOwnerOfGLNAsync(GetOwnerOfGLN GetOwnerOfGLN1) {
     this.GetOwnerOfGLNAsync(GetOwnerOfGLN1, null);
 }