Visual Basic (Declaration) | |
---|---|
Protected Function InvokeCallback( _ ByVal callback As 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# | |
---|---|
protected ServiceResult InvokeCallback( StateMachineTransitionHandler callback, ISystemContext context, StateMachineState machine, uint transitionId, uint causeId, IList<object> inputArguments, IList<object> outputArguments ) |
Parameters
- callback
- context
- machine
- transitionId
- causeId
- inputArguments
- outputArguments
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family