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)
Syntaxpublic Dictionary<string, string> getParameterList()
Public Function getParameterList As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getParameterList()
member getParameterList : unit -> Dictionary<string, string>
Return Value
Type:
DictionaryString,
StringParameters in this data request
See Also