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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET