adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / InstanceID Property


In This Topic
    InstanceID Property (Scheduler)
    In This Topic
    The unique ID for this adTempus instance
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InstanceID As Guid
    public Guid InstanceID {get;}
    public:
    property Guid InstanceID {
       Guid get();
    }
    Remarks
    Each adTempus instance generates Guid to uniquely identify itself. This value is stored in the Registry on the server.
    See Also