<< Click to Display Table of Contents >>
ISAPLogTarget
This interface provides SAP store related information.
Method Detail
FunctionName
public string FunctionName
Gets the function name requested by the client.
FunctionType
public string FunctionType
Gets the function type requested by the client.
InputParameters
public IDictionary InputParameters
Gets the input parameter requested by the client in the form of IDictionary.
ResultSetTypes
public string ResultSetTypes
Gets the Resultset type requested by the client.
FunctionExecuteTime
public long FunctionExecuteTime
Gets the time taken to execute the function requested by the client.
FunctionState
public string FunctionState
Gets whether the function requested by the client has been successfully executed.