ReceiveSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the settings for an activity that receives a message.
public ref class ReceiveSettings sealed
public sealed class ReceiveSettings
type ReceiveSettings = class
Public NotInheritable Class ReceiveSettings
- Inheritance
-
ReceiveSettings
Constructors
ReceiveSettings() |
Initializes a new instance of the ReceiveSettings class. |
Properties
Action |
Gets or sets the value of the action header of the message. |
CanCreateInstance |
Gets or sets a value that indicates whether a new workflow instance is created to process the message if the message does not correlate to an existing workflow instance. |
OwnerDisplayName |
Gets or sets the display name of the owner. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
.NET