FilterObj LoadStatistics Method (String, String, Boolean)A Sandcastle Documented Class Library
Loads up associated statistics for this filter object if they exist. Passive = true, won't run statistics payload. Passive = false, will run statistics payload.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void LoadStatistics(
	string userId,
	string filterId,
	bool passive
)

Parameters

userId
Type: System String
filterId
Type: System String
passive
Type: System Boolean
See Also