OPCAE.NET Reference Manual
Start Method
See Also  Send Feedback
OPCAE.NET.Controls Namespace > EventView Class : Start Method

srv
Object of a connected OPC AE server.

Glossary Item Box

This method is called to activate the control for a connected OPC AE server. An event subsrcription is created with the filter settings according the configuration selections.

Syntax

Visual Basic (Declaration) 
Public Function Start( _
   ByVal srv As OpcEventServer _
) As Integer
C# 
public int Start( 
   OpcEventServer srv
)

Parameters

srv
Object of a connected OPC AE server.

Return Value

HRESULTS error/success code.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.