Share via


ProtocolRetrySchedule Constructor (NotificationClassProtocol, String)

Initializes a new instance of the ProtocolRetrySchedule class with a NotificationClassProtocol and a name.

Namespace: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Sub New ( _
    notificationClassProtocol As NotificationClassProtocol, _
    name As String _
)
public ProtocolRetrySchedule (
    NotificationClassProtocol notificationClassProtocol,
    string name
)
public:
ProtocolRetrySchedule (
    NotificationClassProtocol^ notificationClassProtocol, 
    String^ name
)
public ProtocolRetrySchedule (
    NotificationClassProtocol notificationClassProtocol, 
    String name
)
public function ProtocolRetrySchedule (
    notificationClassProtocol : NotificationClassProtocol, 
    name : String
)

Parameters

  • name
    A String specifying the name of the retry schedule interval. Notification Services does not use this name.

    You cannot change the name. To rename a protocol retry schedule, remove it and add a new one.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ProtocolRetrySchedule Class
ProtocolRetrySchedule Members
Microsoft.SqlServer.Management.Nmo Namespace

Other Resources

Configuring Delivery Protocols
Specifying Delivery Protocol Execution Settings
RetrySchedule Element (ADF)