EasyUA Reference
StateMachineTransitionHandler Delegate
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : StateMachineTransitionHandler Delegate

context
machine
transitionId
causeId
inputArguments
outputArguments

Glossary Item Box

A delegate used to recieve notifications when a state machine transition occurs.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New StateMachineTransitionHandler(AddressOf HandlerMethod)
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

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.