Inserts, updates data of the point.
Namespace: Ico.Fwx.ClientWrapperAssembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public HistoryOperationResult HistoryInsertUpdate( string pointName, SampleValueCollection values ) |
Visual Basic |
---|
Public Function HistoryInsertUpdate ( _ pointName As String, _ values As SampleValueCollection _ ) As HistoryOperationResult |
JScript |
---|
public function HistoryInsertUpdate( pointName : String, values : SampleValueCollection ) : HistoryOperationResult |
Parameters
- pointName
- Type: System..::..String
Point name of the source to be updated.
- values
- Type: Ico.Fwx.ClientWrapper..::..SampleValueCollection
Values to be inserted or updated.