uaPLUS Reference
OnEnableCalled Method
See Also  Send Feedback
Opc.Ua Namespace > ConditionState Class : OnEnableCalled Method

context
method
inputArguments
outputArguments

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overridable Function OnEnableCalled( _
   ByVal context As ISystemContext, _
   ByVal method As MethodState, _
   ByVal inputArguments As IList(Of Object), _
   ByVal outputArguments As IList(Of Object) _
) As ServiceResult
C# 
protected virtual ServiceResult OnEnableCalled( 
   ISystemContext context,
   MethodState method,
   IList<object> inputArguments,
   IList<object> outputArguments
)

Parameters

context
method
inputArguments
outputArguments

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.