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 HistoryDeleteAtTime(
	string pointName,
	IList<DateTime> requestedTimes
)
Visual Basic
Public Function HistoryDeleteAtTime ( _
	pointName As String, _
	requestedTimes As IList(Of DateTime) _
) As HistoryOperationResult
JScript
public function HistoryDeleteAtTime(
	pointName : String, 
	requestedTimes : IList<DateTime>
) : HistoryOperationResult

Parameters

pointName
Type: System..::..String
Point name of the source for which history values are to be deleted.
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