Share via


SipNotificationEndpoint Constructor (String, String, SipServer, Uri)

 

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

  • recipientProtocol
    Type: System.String

    The transport protocol used to deliver notifications to the user. For example, sip.

  • 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