adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / ChainID Property


In This Topic
    ChainID Property
    In This Topic
    A unique ID value linking all instances that are part of the same execution chain.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChainID As String
    public string ChainID {get;}
    public:
    property String^ ChainID {
       String^ get();
    }
    Remarks
    All jobs linked together through Responses will have the same ChainID.
    See Also