Raises the EngineExecuted event on the specified command.

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

Syntax

C#
protected void RaiseExecuted(
	EndecaCommand command,
	ExecutedEventArgs args
)
Visual Basic (Declaration)
Protected Sub RaiseExecuted ( _
	command As EndecaCommand, _
	args As ExecutedEventArgs _
)
Visual C++
protected:
void RaiseExecuted(
	EndecaCommand^ command, 
	ExecutedEventArgs^ args
)

Parameters

command
Type: Endeca.Data.Provider..::.EndecaCommand
Command on which to raise the event.
args
Type: Endeca.Data.Provider..::.ExecutedEventArgs
Provides data for the event.

Exceptions

ExceptionCondition
System..::.ArgumentNullException if command or args is null.

See Also