Deletes data at requested times of the point.

Namespace: Ico.Fwx.ClientWrapper
Assembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public HistoryOperationResult HistoryDeleteAtTimeExt(
	string pointName,
	string additionalBrowsePath,
	IList<DateTime> requestedTimes
)
Visual Basic
Public Function HistoryDeleteAtTimeExt ( _
	pointName As String, _
	additionalBrowsePath As String, _
	requestedTimes As IList(Of DateTime) _
) As HistoryOperationResult
JScript
public function HistoryDeleteAtTimeExt(
	pointName : String, 
	additionalBrowsePath : String, 
	requestedTimes : IList<DateTime>
) : HistoryOperationResult

Parameters

pointName
Type: System..::..String
Point name of the source for which history values are to be deleted.
additionalBrowsePath
Type: System..::..String
Additional browse path (use Ico.Fwx.ClientWrapper.AdditionalBrowsePaths).
requestedTimes
Type: System.Collections.Generic..::..IList<(Of <(<'DateTime>)>)>
The entries define specific timestamps for which values are to be deleted.

Return Value

Result of the history operation.

See Also