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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET