SipNotificationEndpoint Constructor (String, String, SipServer, Uri)

Updated: April 16, 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)Dim name As String Dim recipientProtocol As String Dim primaryServer As SipServer Dim userURI As Uri Dim instance As New SipNotificationEndpoint(name, recipientProtocol, primaryServer, userURI)Public Sub New ( _ name As String, _ recipientProtocol As String, _ primaryServer As SipServer, _ userURI As Uri _ )public SipNotificationEndpoint ( string name, string recipientProtocol, SipServer primaryServer, Uri userURI )public: SipNotificationEndpoint ( String^ name, String^ recipientProtocol, SipServer^ primaryServer, Uri^ userURI )public SipNotificationEndpoint ( String name, String recipientProtocol, SipServer primaryServer, Uri userURI )public function SipNotificationEndpoint ( name : String, recipientProtocol : String, primaryServer : SipServer, userURI : Uri )ParametersnameA user-defined name for the endpoint.recipientProtocolThe transport protocol used to deliver notifications to the user. For example, sip.primaryServerThe SIP server that relays notifications to the user.userURIA uniform resource identifier (URI) that identifies the user to whom notifications are sent.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms