Share via


TemplateRegistration Constructor (String, String, String)

 

Initializes a new instance of the TemplateRegistration class.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

Syntax

public TemplateRegistration(
    string channelUri,
    string bodyTemplate,
    string templateName
)
public:
TemplateRegistration(
    String^ channelUri,
    String^ bodyTemplate,
    String^ templateName
)
new : 
        channelUri:string *
        bodyTemplate:string *
        templateName:string -> TemplateRegistration
Public Sub New (
    channelUri As String,
    bodyTemplate As String,
    templateName As String
)

Parameters

See Also

TemplateRegistration Overload
TemplateRegistration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top