1. Home
  2. Docs
  3. Messaging Automation
  4. RecieveNotification

RecieveNotification

Receive Notification

  • This activity is used to unsubscribe from receiving notifications on the filter specified by the subscription handle.

Properties

      Common

  • DisplayName (String) – The display name of the activity.

      Misc

  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
  • Content (ReceiveContent) – Gets or sets the content of the notification message.
  • Filter (InArgument<SubscriptionFilter>) – Gets or sets the filter to be added to the subscription.
  • Properties (IDictionary<String,OutArgument>) – Gets the message properties of the notification message.
  • SubscriptionHandle (InArgument<SubscriptionHandler>) – Gets or sets the handle to the subscription created from the Subscribe or ReceiveNotification activity.

 Example