SipNotificationEndpoint(String, String, SipServer, Uri) Constructor
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.
Creates a new SipNotificationEndpoint.
public:
SipNotificationEndpoint(System::String ^ name, System::String ^ recipientProtocol, Microsoft::EnterpriseManagement::Administration::SipServer ^ primaryServer, Uri ^ userURI);
public SipNotificationEndpoint (string name, string recipientProtocol, Microsoft.EnterpriseManagement.Administration.SipServer primaryServer, Uri userURI);
new Microsoft.EnterpriseManagement.Administration.SipNotificationEndpoint : string * string * Microsoft.EnterpriseManagement.Administration.SipServer * Uri -> Microsoft.EnterpriseManagement.Administration.SipNotificationEndpoint
Public Sub New (name As String, recipientProtocol As String, primaryServer As SipServer, userURI As Uri)
Parameters
- name
- String
The name of this endpoint.
- recipientProtocol
- String
The recipient protocol.
- primaryServer
- SipServer
The primary server.
- userURI
- Uri
The user URI.
Exceptions
primaryServer, userURI, recipientProtocol or name is null
recipientProtocol, name or userURI is empty or name is greater than 256 characters.