/// <remarks/> public void GetCustomerWallAsync(GetCustomerWallRequest GetCustomerWallRequest, object userState) { if ((this.GetCustomerWallOperationCompleted == null)) { this.GetCustomerWallOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerWallOperationCompleted); } this.InvokeAsync("GetCustomerWall", new object[] { GetCustomerWallRequest}, this.GetCustomerWallOperationCompleted, userState); }
/// <remarks/> public void GetCustomerWallAsync(GetCustomerWallRequest GetCustomerWallRequest) { this.GetCustomerWallAsync(GetCustomerWallRequest, null); }