/// <remarks/>
 public void sendNotificationsAsync(SendNotificationsRequest SendNotificationsRequest, object userState) {
     if ((this.sendNotificationsOperationCompleted == null)) {
         this.sendNotificationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendNotificationsOperationCompleted);
     }
     this.InvokeAsync("sendNotifications", new object[] {
                 SendNotificationsRequest}, this.sendNotificationsOperationCompleted, userState);
 }
 /// <remarks/>
 public void sendNotificationsAsync(SendNotificationsRequest SendNotificationsRequest) {
     this.sendNotificationsAsync(SendNotificationsRequest, null);
 }