C# Class Prototype.Platform.Domain.StateSpooler

Mostrar archivo Open project: paralect/prototype

Public Methods

Method Description
Spool ( Object state, IEnumerable events ) : void
Spool ( Object state, IEnumerable transitions ) : void
Spool ( Object state, IEvent evnt ) : void

Private Methods

Method Description
InvokeMethodOn ( Object state, Object message ) : void

Method Details

Spool() public static method

public static Spool ( Object state, IEnumerable events ) : void
state Object
events IEnumerable
return void

Spool() public static method

public static Spool ( Object state, IEnumerable transitions ) : void
state Object
transitions IEnumerable
return void

Spool() public static method

public static Spool ( Object state, IEvent evnt ) : void
state Object
evnt IEvent
return void