Applies To: Operations Manager for System Center 2012
Initializes the SipNotificationEndpoint with the endpoint's name, protocol, server, and user URI.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SipNotificationEndpoint(
    string name,
    string recipientProtocol,
    SipServer primaryServer,
    Uri userURI
)
public:
SipNotificationEndpoint(
    String^ name,
    String^ recipientProtocol,
    SipServer^ primaryServer,
    Uri^ userURI
)
new : 
        name:string *
        recipientProtocol:string *
        primaryServer:SipServer *
        userURI:Uri -> SipNotificationEndpoint
Public Sub New (
    name As String,
    recipientProtocol As String,
    primaryServer As SipServer,
    userURI As Uri
)
Parameters
- name 
 Type: System.String- A user-defined name for the endpoint. 
- recipientProtocol 
 Type: System.String- The transport protocol used to deliver notifications to the user. For example, sip. 
- primaryServer 
 Type: Microsoft.EnterpriseManagement.Administration.SipServer- The SIP server that relays notifications to the user. 
- userURI 
 Type: System.Uri- A uniform resource identifier (URI) that identifies the user to whom notifications are sent. 
See Also
SipNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top