/// <remarks/> public void GetPointAccountAsync(GetPointAccountRequest GetPointAccountRequest, object userState) { if ((this.GetPointAccountOperationCompleted == null)) { this.GetPointAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPointAccountOperationCompleted); } this.InvokeAsync("GetPointAccount", new object[] { GetPointAccountRequest}, this.GetPointAccountOperationCompleted, userState); }
/// <remarks/> public void GetPointAccountAsync(GetPointAccountRequest GetPointAccountRequest) { this.GetPointAccountAsync(GetPointAccountRequest, null); }