Click or drag to resize

DataRequestgetParameterList Method

Returns parameters in this data request, as a Dictionary

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public Dictionary<string, string> getParameterList()

Return Value

Type: DictionaryString, String
Parameters in this data request
See Also