SipNotificationEndpoint Constructor (String, String, SipServer, Uri)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
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)
Syntax
'Declaration
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
)
Parameters
- name
A user-defined name for the endpoint.
- recipientProtocol
The transport protocol used to deliver notifications to the user. For example, sip.
- primaryServer
The SIP server that relays notifications to the user.
- userURI
A uniform resource identifier (URI) that identifies the user to whom notifications are sent.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SipNotificationEndpoint Class
SipNotificationEndpoint Members
Microsoft.EnterpriseManagement.Administration Namespace