SipNotificationEndpoint 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.
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
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) |