Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected override void DeserializeCommand(
	string commandState,
	EndecaCommand command
)
Visual Basic (Declaration)
Protected Overrides Sub DeserializeCommand ( _
	commandState As String, _
	command As EndecaCommand _
)
Visual C++
protected:
virtual void DeserializeCommand(
	String^ commandState, 
	EndecaCommand^ command
) override

Parameters

commandState
Type: System..::.String
command
Type: Endeca.Data.Provider..::.EndecaCommand

See Also