Microsoft.Activities.Messaging Namespace

 

Provides class for activity messaging.

Classes

Class Description
System_CAPS_pubclass BuildMatchAllFilter

An activity for building a match all subscription filter.

System_CAPS_pubclass GetS2SSecurityToken

An activity for creating a OAuth2 S2S security token based on scope security settings.

System_CAPS_pubclass HttpDelete

Represents an activity for sending an HTTP DELETE request and receiving the HTTP response.

System_CAPS_pubclass HttpGet

Represents an activity for sending an HTTP GET request and receiving the HTTP response.

System_CAPS_pubclass HttpMerge

Represents an activity for sending an HTTP MERGE request and receiving the HTTP response.

System_CAPS_pubclass HttpPost

Represents an activity for sending an HTTP POST request and receiving the HTTP response.

System_CAPS_pubclass HttpPut

Represents an activity for sending an HTTP PUT request and receiving the HTTP response.

System_CAPS_pubclass HttpSend

Represents an activity for sending an HTTP SEND request and receiving the HTTP response.

System_CAPS_pubclass MatchAllSubscriptionFilter

Specifies a subscription filter for exact matches of a set of message properties.

System_CAPS_pubclass MatchAnySubscriptionFilter

Specifies an OR condition over a set of subscription filters.

System_CAPS_pubclass ReceiveNotification

An activity for receiving a notification message.

System_CAPS_pubclass SecurityToken

A base class representing a security token.

System_CAPS_pubclass SecurityTokenHandle

Represents a reference to a SecurityToken.

System_CAPS_pubclass SecurityTokenScope

Represents an activity for specifying a security token across a set of activities.

System_CAPS_pubclass Subscribe

An activity for subscribing the workflow to notifications based on a specified filter.

System_CAPS_pubclass SubscriptionFilter

A base class representing a subscription filter.

System_CAPS_pubclass SubscriptionHandle

A handle that stores the subscription created by the Subscribe or ReceiveNotification activity.

System_CAPS_pubclass Unsubscribe

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

Return to top