adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobStatus Class / NextMirrorStart Property


In This Topic
    NextMirrorStart Property
    In This Topic
    Next start time for a mirrored job
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public ReadOnly Property NextMirrorStart As Nullable(Of DateTimeOffset)
    [ComVisible(false)]
    public Nullable<DateTimeOffset> NextMirrorStart {get;}
    [ComVisible(false)]
    public:
    property Nullable<DateTimeOffset> NextMirrorStart {
       Nullable<DateTimeOffset> get();
    }
    Remarks
    If the job is in a System.Collections.Queue that uses ArcanaDevelopment.adTempus.Shared.RemoteAgentOptions.Mirror this time reflects the next scheduled start across all agents where the job is targeted.
    See Also