Registration Class

 

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

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

Inheritance Hierarchy

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

Syntax

public class Registration
public ref class Registration 
type Registration = class end
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 the entity tag.

System_CAPS_pubproperty ExpiresAt

Gets the date and time when the registration expires.

System_CAPS_pubproperty NotificationHubPath

Gets the notification hub path.

System_CAPS_pubproperty RegistrationId

Gets the registration ID.

System_CAPS_pubproperty Tags

Gets or sets the collection of tags for 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 GetXElements()

This method is not intended to be used externally.

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