Esempio n. 1
0
 /// <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);
 }
Esempio n. 2
0
 /// <remarks/>
 public void CreateCustomerWallItemAsync(CreateCustomerWallItemRequest CreateCustomerWallItemRequest) {
     this.CreateCustomerWallItemAsync(CreateCustomerWallItemRequest, null);
 }