adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetAlertNotificationRules Method
Options that control the fetch operation


In This Topic
    GetAlertNotificationRules Method
    In This Topic
    Gets the AlertNotificationRules defined for the server
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function GetAlertNotificationRules( _
       ByVal options As ObjectFetchOptions _
    ) As AlertNotificationRuleCollection
    [NotNull()]
    public AlertNotificationRuleCollection GetAlertNotificationRules( 
       ObjectFetchOptions options
    )
    [NotNull()]
    public:
    AlertNotificationRuleCollection^ GetAlertNotificationRules( 
       ObjectFetchOptions options
    ) 

    Parameters

    options
    Options that control the fetch operation
    See Also