Share via


SipNotificationEndpoint Class

Definition

A Sip notification endpoint for notification subscriptions

public ref class SipNotificationEndpoint : Microsoft::EnterpriseManagement::Administration::NotificationEndpoint
[System.Serializable]
public class SipNotificationEndpoint : Microsoft.EnterpriseManagement.Administration.NotificationEndpoint
type SipNotificationEndpoint = class
    inherit NotificationEndpoint
Public Class SipNotificationEndpoint
Inherits NotificationEndpoint
Inheritance
Attributes

Examples

GetNotificationEndpoint

GetNotificationEndpoint

GetNotificationEndpoints

Remarks

After creating an SIP notification endpoint, you must insert it into the operational database for use in the Management Group by using the InsertNotificationEndpoint method.

Constructors

SipNotificationEndpoint(String, String, SipServer, Uri)

Creates a new SipNotificationEndpoint.

Properties

Description

The description of the endpoint.

(Inherited from NotificationEndpoint)
DisplayName

The display name of the endpoint.

(Inherited from NotificationEndpoint)
ManagementGroup

The ManagementGroup the object was instantiated in.

(Inherited from NotificationEndpoint)
Name

The name of the endpoint.

(Inherited from NotificationEndpoint)
PreferredUserName

The preferred user name.

PrimaryServer

The primary sip server.

RecipientProtocol

The recipient protocol.

(Inherited from NotificationEndpoint)
UserUri

The user URI.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

(Inherited from NotificationEndpoint)
Update()

Updates the notification endpoint.

(Inherited from NotificationEndpoint)

Applies to