Raises the EngineExecuting event on the specified command.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

Parameters

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

Exceptions

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

See Also