MessageReplyEndpointAttribute Constructor (String)
Initializes a new instance of the MessageReplyEndpointAttribute class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageReplyEndpointAttribute(
string name
)
public:
MessageReplyEndpointAttribute(
String^ name
)
Public Sub New (
name As String
)
Parameters
name
Type: System.StringThe name of the endpoint.
See Also
MessageReplyEndpointAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top