adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / SupportedResponseEvents Property


In This Topic
    SupportedResponseEvents Property (JobQueue)
    In This Topic
    Gets a list of the events that are supported for Responses associated with this object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SupportedResponseEvents As ReadOnlyCollection(Of SupportedResponseEvent)
    public ReadOnlyCollection<SupportedResponseEvent> SupportedResponseEvents {get;}
    See Also