DialogStateManager.AnyPathChanged(UInt32, IEnumerable<String>) Method

Definition

Check to see if any path has changed since watermark.

public bool AnyPathChanged (uint counter, System.Collections.Generic.IEnumerable<string> paths);
member this.AnyPathChanged : uint32 * seq<string> -> bool
Public Function AnyPathChanged (counter As UInteger, paths As IEnumerable(Of String)) As Boolean

Parameters

counter
UInt32

Time counter to compare to.

paths
IEnumerable<String>

Paths from TrackPaths(IEnumerable<String>) to check.

Returns

True if any path has changed since counter.

Applies to