adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SupportedResponseEvent Class / SupportedResponseEvent Constructor / SupportedResponseEvent Constructor(JobEvent,String)


In This Topic
    SupportedResponseEvent Constructor(JobEvent,String)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal jobEvent As JobEvent, _
       ByVal description As String _
    )
    public SupportedResponseEvent( 
       JobEvent jobEvent,
       string description
    )
    public:
    SupportedResponseEvent( 
       JobEvent jobEvent,
       String^ description
    )

    Parameters

    jobEvent
    description
    See Also