Opc.Ua.Core
OnCallMethod Field



Opc.Ua Namespace > MethodState Class : OnCallMethod Field
Raised when the method is called.
Syntax
'Declaration
 
Public OnCallMethod As GenericMethodCalledEventHandler
'Usage
 
Dim instance As MethodState
Dim value As GenericMethodCalledEventHandler
 
value = instance.OnCallMethod
 
instance.OnCallMethod = value
public GenericMethodCalledEventHandler OnCallMethod
public:
GenericMethodCalledEventHandler^ OnCallMethod
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

MethodState Class
MethodState Members