Gets the previous trap.

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

Syntax

C#
public void GetPrevTrap(
	ref int index,
	ref uint iterCount,
	out uint code,
	out EntryPtMsgType msgType,
	out EntryPtSubsystem subsystem,
	out string time,
	out string alias,
	out string message
)
Visual Basic (Declaration)
Public Sub GetPrevTrap ( _
	ByRef index As Integer, _
	ByRef iterCount As UInteger, _
	<OutAttribute> ByRef code As UInteger, _
	<OutAttribute> ByRef msgType As EntryPtMsgType, _
	<OutAttribute> ByRef subsystem As EntryPtSubsystem, _
	<OutAttribute> ByRef time As String, _
	<OutAttribute> ByRef alias As String, _
	<OutAttribute> ByRef message As String _
)
Visual C++
public:
virtual void GetPrevTrap(
	int% index, 
	unsigned int% iterCount, 
	[OutAttribute] unsigned int% code, 
	[OutAttribute] EntryPtMsgType% msgType, 
	[OutAttribute] EntryPtSubsystem% subsystem, 
	[OutAttribute] String^% time, 
	[OutAttribute] String^% alias, 
	[OutAttribute] String^% message
) sealed

Parameters

index
Type: System..::.Int32 %
Index.
iterCount
Type: System..::.UInt32 %
Iter count.
code
Type: System..::.UInt32 %
Code.
msgType
Type: EntryPtMsgType %
message type.
subsystem
Type: EntryPtSubsystem %
Subsystem.
time
Type: System..::.String %
Time.
alias
Type: System..::.String %
Alias.
message
Type: System..::.String %
Message.

Implements

IAppServerLog2..::.GetPrevTrap(Int32%, UInt32%, UInt32%, EntryPtMsgType%, EntryPtSubsystem%, String%, String%, String%)

See Also