Clears the traps.

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

Syntax

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

Parameters

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

Implements

IAppServerLog2..::.ClearTraps(Int32%, UInt32%)

See Also