  | TrackerGetStatusHistory Method (String, Int32) | 
  
    Namespace: 
   Dynamicweb.Diagnostics.Tracking
    Assembly:
   Dynamicweb.Diagnostics (in Dynamicweb.Diagnostics.dll) Version: 4.0.2
Syntaxpublic static IEnumerable<Status> GetStatusHistory(
	string subpath,
	int count
)
Public Shared Function GetStatusHistory ( 
	subpath As String,
	count As Integer
) As IEnumerable(Of Status)
Parameters
- subpath
 - Type: SystemString
 - count
 - Type: SystemInt32
 
Return Value
Type: 
IEnumerableStatus
See Also