BgbMessageHeaderHttpHook Constructor (String, String, String)
Initializes a new instance of the BgbMessageHeaderHttpHook class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public BgbMessageHeaderHttpHook(
string hookName,
string propertyName,
string propertyValue
)
public:
BgbMessageHeaderHttpHook(
String^ hookName,
String^ propertyName,
String^ propertyValue
)
Public Sub New (
hookName As String,
propertyName As String,
propertyValue As String
)
Parameters
hookName
Type: System.StringThe name of the hook.
propertyName
Type: System.StringThe name of the property.
propertyValue
Type: System.StringThe property value.
See Also
BgbMessageHeaderHttpHook Overload
BgbMessageHeaderHttpHook Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top