SmsNotificationEndpoint Constructor (String, String)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes the SmsNotificationEndpointwith the endpoint's name and transport protocol.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim name As String
Dim recipientProtocol As String
Dim instance As New SmsNotificationEndpoint(name, recipientProtocol)
Syntax
'Declaration
Public Sub New ( _
name As String, _
recipientProtocol As String _
)
public SmsNotificationEndpoint (
string name,
string recipientProtocol
)
public:
SmsNotificationEndpoint (
String^ name,
String^ recipientProtocol
)
public SmsNotificationEndpoint (
String name,
String recipientProtocol
)
public function SmsNotificationEndpoint (
name : String,
recipientProtocol : String
)
Parameters
- name
A user-defined name for the endpoint.
- recipientProtocol
The transport protocol used to deliver notifications to the recipient. For example, sms.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SmsNotificationEndpoint Class
SmsNotificationEndpoint Members
Microsoft.EnterpriseManagement.Administration Namespace