OPCAE.NET Reference Manual
GetStatus Method
See Also  Send Feedback
OPCAE.NET Namespace > OpcEventServer Class : GetStatus Method

srvStatus
OUT: current server status

Glossary Item Box

Get the current status of the OPC Server. See OPC specs IOPCServer::GetStatus for details.

Syntax

Visual Basic (Declaration) 
Public Function GetStatus( _
   ByRef srvStatus As OPCAE.NET.EventServerStatus _
) As Integer
C# 
public int GetStatus( 
   out OPCAE.NET.EventServerStatus srvStatus
)

Parameters

srvStatus
OUT: current server status

Return Value

HRESULTS error/succes code as defined by OPC

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.