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