ReceiveMessageContent Class
A class used to receive a Message or a message contract type within a workflow service.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
System.ServiceModel.Activities::ReceiveContent
System.ServiceModel.Activities::ReceiveMessageContent
| Name | Description | |
|---|---|---|
![]() | ReceiveMessageContent() | Initializes a new instance of the ReceiveMessageContent class. |
![]() | ReceiveMessageContent(OutArgument^) | Initializes a new instance of the ReceiveMessageContent class with the specified message. |
![]() | ReceiveMessageContent(OutArgument^, Type^) | Initializes a new instance of the ReceiveMessageContent class with the specified message and message type. |
| Name | Description | |
|---|---|---|
![]() | DeclaredMessageType | Gets or sets the declared message type. |
![]() | Message | Gets or sets the message received. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ShouldSerializeDeclaredMessageType() | Gets a boolean value that determines if the message should be serialized as the declared message type. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

