Registration Constructor (String, IEnumerable(Of String))

 

Initializes a new instance of the Registration class.

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

Public Sub New (
	channelUri As String,
	tags As IEnumerable(Of String)
)

Parameters

channelUri
Type: System.String

The channel URI.

tags
Type: System.Collections.Generic.IEnumerable(Of String)

The collection of tags.

Return to top
Show: