RegistrationResult Class

Definition

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