/// <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); }
/// <remarks/> public void GetOwnerOfGLNAsync(GetOwnerOfGLN GetOwnerOfGLN1) { this.GetOwnerOfGLNAsync(GetOwnerOfGLN1, null); }