示例#1
0
 /// <remarks/>
 public void GetCustomerBroadcastAsync(GetCustomerBroadcastRequest GetCustomerBroadcastRequest, object userState) {
     if ((this.GetCustomerBroadcastOperationCompleted == null)) {
         this.GetCustomerBroadcastOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerBroadcastOperationCompleted);
     }
     this.InvokeAsync("GetCustomerBroadcast", new object[] {
                 GetCustomerBroadcastRequest}, this.GetCustomerBroadcastOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void GetCustomerBroadcastAsync(GetCustomerBroadcastRequest GetCustomerBroadcastRequest) {
     this.GetCustomerBroadcastAsync(GetCustomerBroadcastRequest, null);
 }