Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AddAppLog(
	string userId,
	string url,
	string page,
	string ip,
	string logCode,
	string logNotes,
	string bName,
	string bVersion,
	string isPostBack,
	string key
)
Visual Basic
Public Function AddAppLog ( 
	userId As String,
	url As String,
	page As String,
	ip As String,
	logCode As String,
	logNotes As String,
	bName As String,
	bVersion As String,
	isPostBack As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool AddAppLog(
	String^ userId, 
	String^ url, 
	String^ page, 
	String^ ip, 
	String^ logCode, 
	String^ logNotes, 
	String^ bName, 
	String^ bVersion, 
	String^ isPostBack, 
	String^ key
) sealed

Parameters

userId
Type: System..::..String
url
Type: System..::..String
page
Type: System..::..String
ip
Type: System..::..String
logCode
Type: System..::..String
logNotes
Type: System..::..String
bName
Type: System..::..String
bVersion
Type: System..::..String
isPostBack
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..AddAppLog(String, String, String, String, String, String, String, String, String, String)

See Also