adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / CompareObjectSnapshotToSnapshot Method
The OID of the object to produce the report for.
The RecordID of the ObjectChangeLog record that represents the "source" snapshot.
The RecordID of the ObjectChangeLog record that represents the "target" snapshot.
Returns any error messages reported by the comparison.


In This Topic
    CompareObjectSnapshotToSnapshot Method
    In This Topic
    Compares two snapshots for an object.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function CompareObjectSnapshotToSnapshot( _
       ByVal objectToCompare As OID, _
       ByVal sourceSnapshotID As Guid, _
       ByVal targetSnapshotID As Guid, _
       ByRef messages As MessageCollection _
    ) As ReadOnlyCollection(Of ObjectComparison)

    Parameters

    objectToCompare
    The OID of the object to produce the report for.
    sourceSnapshotID
    The RecordID of the ObjectChangeLog record that represents the "source" snapshot.
    targetSnapshotID
    The RecordID of the ObjectChangeLog record that represents the "target" snapshot.
    messages
    Returns any error messages reported by the comparison.

    Return Value

    A collection containing a single ArcanaDevelopment.adTempus.Shared.ObjectComparison object with the results of the comparison.
    See Also