OPCHDA.NET Reference Manual
GetHistorianStatus Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA.NET Namespace > OpcHDAServer Class : GetHistorianStatus Method

stat
OUT: Returned status info.

Glossary Item Box

This synchronous function returns the information on the current status of the server. The start time is optional and may be returned as a NULL pointer.

Syntax

Visual Basic (Declaration) 
Public Function GetHistorianStatus( _
   ByRef stat As OPCHDA.NET.StatusInfo _
) As Integer
C# 
public int GetHistorianStatus( 
   out OPCHDA.NET.StatusInfo stat
)

Parameters

stat
OUT: Returned status info.

Return Value

S_OK or E_FAIL

Requirements

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

See Also

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