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


In This Topic
    Scheduler Property
    In This Topic
    Gets the Scheduler session that this DataContext belongs to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Scheduler As Scheduler
    public Scheduler Scheduler {get;}
    public:
    property Scheduler^ Scheduler {
       Scheduler^ get();
    }
    See Also