Visual Basic (Declaration) | |
---|---|
Public Delegate Function StateMachineTransitionHandler( _ ByVal context As ISystemContext, _ ByVal machine As StateMachineState, _ ByVal transitionId As UInteger, _ ByVal causeId As UInteger, _ ByVal inputArguments As IList(Of Object), _ ByVal outputArguments As IList(Of Object) _ ) As ServiceResult |
C# | |
---|---|
public delegate ServiceResult StateMachineTransitionHandler( ISystemContext context, StateMachineState machine, uint transitionId, uint causeId, IList<object> inputArguments, IList<object> outputArguments ) |
Parameters
- context
- machine
- transitionId
- causeId
- inputArguments
- outputArguments
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2