AddStreamedValue(HistorianEvent,HistorianAccessError) Method
- Last UpdatedAug 21, 2026
- 1 minute read
Use the AddStreamedEvent() method to add streamed event data. Internal use only. Do not use.
'Declaration
Public Overloads Function AddStreamedValue( _
ByVal historianEvent As HistorianEvent, _
ByRef error As HistorianAccessError _
) As Boolean
'Usage
Dim instance As MultiHistorianAccess
Dim historianEvent As HistorianEvent
Dim error As HistorianAccessError
Dim value As Boolean
value = instance.AddStreamedValue(historianEvent, error)
public bool AddStreamedValue(
HistorianEvent historianEvent,
out HistorianAccessError error
)
public:
bool AddStreamedValue(
HistorianEvent^ historianEvent,
[Out] HistorianAccessError^ error
)
Parameters
- historianEvent
- The object of the HistorianEvent class that contains the different properties of event.
- error
- The object of HistorianAccessError that contains any error information.
Return Value
Returns the Historian error code.