See Also

ITLogMsg Class  | ITLogMsg Members  | Overload List

Language

Visual Basic

C#

JScript

Show All

Name
The name of the parameter.
i
The value of the parameter.
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

AddParam(String,Int32) Method

Adds a named integer parameter including its value to the logmessage, leaving the Text property of the ITLogMsg object unchanged.

[Visual Basic]
Overloads Public Function AddParam( _    ByVal Name As String, _    ByVal i As Integer _ ) As Boolean
[C#]
public bool AddParam(    string Name,    int i );
[JScript]
public function AddParam(    Name : String,    i : int ) : boolean;

Parameters

Name
The name of the parameter.
i
The value of the parameter.

See Also

ITLogMsg Class  | ITLogMsg Members  | Overload List

 

 


(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.