ReceiveNotification Class
An activity for receiving a notification message.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Activities.Messaging.ReceiveNotification
| Name | Description | |
|---|---|---|
![]() | ReceiveNotification() | Initializes a new instance of the ReceiveNotification class. |
![]() | ReceiveNotification(InArgument(Of SubscriptionFilter)) | Initializes a new instance of the ReceiveNotification class. |
![]() | ReceiveNotification(InArgument(Of SubscriptionHandle)) | Initializes a new instance of the ReceiveNotification class. |
| Name | Description | |
|---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | Content | Gets or sets the content of the notification message. |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Filter | Gets or sets the filter to be added to the subscription. |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from NativeActivity.) |
![]() | Properties | Gets the message properties of the notification message. |
![]() | SubscriptionHandle | Gets or sets the handle to the created subscription rule. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Activity.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


