/// <remarks/> public void CreateCustomerWallItemAsync(CreateCustomerWallItemRequest CreateCustomerWallItemRequest, object userState) { if ((this.CreateCustomerWallItemOperationCompleted == null)) { this.CreateCustomerWallItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateCustomerWallItemOperationCompleted); } this.InvokeAsync("CreateCustomerWallItem", new object[] { CreateCustomerWallItemRequest}, this.CreateCustomerWallItemOperationCompleted, userState); }
/// <remarks/> public void CreateCustomerWallItemAsync(CreateCustomerWallItemRequest CreateCustomerWallItemRequest) { this.CreateCustomerWallItemAsync(CreateCustomerWallItemRequest, null); }