Click or drag to resize

LogLogMethodRequestArguments Method

Log a method request and its argument data. Returns a unique message ID that is to be passed to LogMethodReply(). The general format of each line is: [YYYY-MM-DD] [HH:MM:SS] [Client IP] [Unique Message ID] [Request] [Method Name] [Arguments Data] For example: 2005-11-07 00:04:03 206.196.21.144 632668907937265777 Request FindPoliciesByCriteria

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public string LogMethodRequestArguments(
	string sClientIP,
	string sArgumentData
)

Parameters

sClientIP
Type: SystemString
The IP address of the client calling the method.
sArgumentData
Type: SystemString
Argument data passed to method.

Return Value

Type: String

[Missing <returns> documentation for "M:ConneXion.Log.LogMethodRequestArguments(System.String,System.String)"]

Remarks
Examples