adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / HistoryQueryParameters Class / ChainIDs Property


In This Topic
    ChainIDs Property
    In This Topic
    Only return records associated with the specified chain
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property ChainIDs As List(Of Guid)
    [DataMember()]
    public List<Guid> ChainIDs {get;}
    [DataMember()]
    public:
    property List<Guid>^ ChainIDs {
       List<Guid>^ get();
    }
    Remarks
    A chain consists of all job instances linked together through Responses or Job Triggers. Each chain has a unique ID that can be retrieved from ArcanaDevelopment.adTempus.Client.ExecutionHistoryItem.CHainID
    See Also