BaiduRegistrationDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Baidu registration description.
[System.Runtime.Serialization.DataContract(Name="BaiduRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class BaiduRegistrationDescription : Microsoft.Azure.NotificationHubs.RegistrationDescription
type BaiduRegistrationDescription = class
inherit RegistrationDescription
Public Class BaiduRegistrationDescription
Inherits RegistrationDescription
- Inheritance
- Derived
- Attributes
-
System.Runtime.Serialization.DataContractAttribute
Constructors
BaiduRegistrationDescription(BaiduRegistrationDescription) |
Initializes a new instance of the BaiduRegistrationDescription class. |
BaiduRegistrationDescription(String) |
Initializes a new instance of the BaiduRegistrationDescription class. |
BaiduRegistrationDescription(String, String, IEnumerable<String>) |
Initializes a new instance of the BaiduRegistrationDescription class. |
Properties
BaiduChannelId |
Gets or sets the Baidu channel identifier. |
BaiduUserId |
Gets or sets the Baidu user identifier. |
ETag |
Gets or sets the ETag associated with this description. (Inherited from RegistrationDescription) |
ExpirationTime |
Gets or sets the expiration time of the registration. (Inherited from RegistrationDescription) |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from EntityDescription) |
IsReadOnly |
Gets or sets a value that indicates whether the entity description is read-only. (Inherited from EntityDescription) |
RegistrationId |
Gets or sets the registration ID. (Inherited from RegistrationDescription) |
Tags |
Gets or sets a set of tags associated with the registration. (Inherited from RegistrationDescription) |
Methods
Serialize() |
Serializes the registration description. (Inherited from RegistrationDescription) |
ThrowIfReadOnly() |
Throws an exception if the entity description is read-only. (Inherited from EntityDescription) |