Force trigger to save historian

Namespace: T.Modules.Historian
Assembly: T.Modules (in T.Modules.dll)

Public Overridable Function ForceTrigger( _ 
Optional ByVal timeStampUTCTicks As Long = -1, _ 
Optional ByVal onlySync As Boolean = false, _ 
Optional ByVal async As Boolean = false _ 
) As Integer
This language is not supported or no code example is available.
public virtual int ForceTrigger( 
long timeStampUTCTicks = -1, 
bool onlySync = false, 
bool async = false 
)
This language is not supported or no code example is available.

Parameters

timeStampUTCTicks
Type: long

Default is -1. If it is greater than -1 this tick will be used as sample's timestamp

onlySync
Type: bool

Default is false. If true will execute only PI replication history configured

async
Type: bool

Default is false. If true will execute async

Return Value

Type: int

0-Timeout waiting write samples 1-force command executed with success

.NET Framework

Supported in: 4.6.2, 4.7