DeliverySchedule Enumeration
The time interval over which event notifications are queued for delivery.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Enumeration DeliverySchedule
'Usage
Dim instance As DeliverySchedule
public enum DeliverySchedule
public enum class DeliverySchedule
public enum DeliverySchedule
Members
Member name | Description | |
---|---|---|
Immediate | Event notifications are delivered immediately after they are fired. | |
Daily | Event notifications are delivered on a daily basis. | |
Weekly | Event notifications are delivered on a weekly basis. |