Execute(INotification)

Execute this MacroCommand's SubCommands.
Namespace: PureMVC.Patterns.CommandAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public void Execute(
	INotification notification
	)

Parameters

notificationINotification
the INotification object to be passsed to each SubCommand.

Remarks

The SubCommands will be called in First In/First Out (FIFO) order.