Clears the traps.

Namespace:  GrassValley.Mseries.AppServerLog
Assembly:  GrassValley.Mseries.AppServerLog (in GrassValley.Mseries.AppServerLog.dll) Version: 1.0.0.0

Syntax

C#
void ClearTraps(
	ref int index,
	ref uint iterCount
)
Visual Basic (Declaration)
Sub ClearTraps ( _
	ByRef index As Integer, _
	ByRef iterCount As UInteger _
)
Visual C++
void ClearTraps(
	int% index, 
	unsigned int% iterCount
)

Parameters

index
Type: System..::.Int32 %
Index.
iterCount
Type: System..::.UInt32 %
Iter count.

See Also