Endeca Presentation API
AddInt Method (key, value)
NamespacesEndeca.LoggingLogEntryAddInt(String, Int32)
Set the given key to the given integer value. The number will be stored as a String in decimal representation. Therefore, you can retrieve the value later by calling either by getInt(), getDouble(), or getString().
Declaration Syntax
C#Visual BasicVisual C++
public void AddInt(
	string key,
	int value
)
Public Sub AddInt ( _
	key As String, _
	value As Integer _
)
public:
void AddInt (
	String^ key, 
	int value
)
Parameters
key (String)
The String to use as the key of the element to set.
value (Int32)
The int to use as the value of the element to add.
Exceptions
ExceptionCondition
ArgumentException An element with the same key already exists

Assembly: Endeca.Logging (Module: Endeca.Logging) Version: 0.0.0.0