C# Class Opc.Ua.Server.StateMachineTransitionEventArgs

The event arguments provided when a state machine transition occurs.
Inheritance: System.EventArgs
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Private Methods

Method Description
StateMachineTransitionEventArgs ( QualifiedName fromState, QualifiedName toState, QualifiedName cause ) : System

Creates a new instance.