Opc.Ua.Core
StateMachineTransitionHandler Delegate



Opc.Ua Namespace : StateMachineTransitionHandler Delegate
A delegate used to receive notifications when a state machine transition occurs.
Syntax
'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
'Usage
 
Dim instance As New StateMachineTransitionHandler(AddressOf HandlerMethod)
public delegate ServiceResult StateMachineTransitionHandler( 
   ISystemContext context,
   StateMachineState machine,
   uint transitionId,
   uint causeId,
   IList<object> inputArguments,
   IList<object> outputArguments
)
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
Requirements

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

See Also

Reference

StateMachineTransitionHandler Members
Opc.Ua Namespace