 |
LogLogMethodRequest Method |
Log a method request.
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]
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
Syntaxpublic string LogMethodRequest(
string sClientIP
)
Public Function LogMethodRequest (
sClientIP As String
) As String
Parameters
- sClientIP
- Type: SystemString
The IP address of the client calling the method.
Return Value
Type:
String[Missing <returns> documentation for "M:ConneXion.Log.LogMethodRequest(System.String)"]
Remarks
Examples
See Also