Registration Class

 

Represents a native registration for notification hubs. The TemplateRegistration subclass represents a registration for a specific template.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Messaging.Registration
    Microsoft.WindowsAzure.Messaging.TemplateRegistration

Syntax

[KnownTypeAttribute(typeof(TemplateRegistration))]
[DataContractAttribute(Name = "WindowsRegistrationDescription", 
    Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class Registration
[KnownTypeAttribute((TemplateRegistration^::typeid))]
[DataContractAttribute(Name = "WindowsRegistrationDescription", 
    Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public ref class Registration 
[<KnownTypeAttribute(typeof(TemplateRegistration))>]
[<DataContractAttribute(Name = "WindowsRegistrationDescription",
    Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type Registration = class end
<KnownTypeAttribute(GetType(TemplateRegistration))>
<DataContractAttribute(Name := "WindowsRegistrationDescription",
    Namespace := "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>
Public Class Registration

Constructors

Name Description
System_CAPS_pubmethod Registration(String)

Initializes a new instance of the Registration class.

System_CAPS_pubmethod Registration(String, IEnumerable<String>)

Initializes a new instance of the Registration class.

Properties

Name Description
System_CAPS_pubproperty ChannelUri

Gets or sets the channel URI.

System_CAPS_pubproperty ETag

Gets or sets the entity tag.

System_CAPS_pubproperty ExpiresAt

Gets the date and time when the registration expires.

System_CAPS_pubproperty NotificationHubPath

Gets or sets the notification hub path.

System_CAPS_pubproperty RegistrationId

Gets or sets the registration ID.

System_CAPS_pubproperty Tags

Gets or sets the collection of tags for the registration.

System_CAPS_pubproperty Uri

Gets or sets the URI associated with the registration.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static NativeRegistrationName

Specifies a native registration name.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Messaging Namespace

Return to top