RegistrationResult 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 the result of the registration.
[System.Runtime.Serialization.DataContract(Name="RegistrationResult", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class RegistrationResult
[<System.Runtime.Serialization.DataContract(Name="RegistrationResult", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type RegistrationResult = class
Public NotInheritable Class RegistrationResult
- Inheritance
-
RegistrationResult
- Attributes
Constructors
RegistrationResult() |
Properties
ApplicationPlatform |
Gets or sets the application platform. |
Outcome |
Gets or sets the outcome of the registration. |
PnsHandle |
Gets or sets the PNS handle. |
RegistrationId |
Gets or sets the registration ID. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET