Share via


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

See Also

BgbMessageHeaderHttpHook Overload
BgbMessageHeaderHttpHook Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top