M-Files UI Extensibility Framework
SetTimer Method
ICommonFunctions Interface : SetTimer Method
The timeout in milliseconds.
The method to be called.
Description
Creates a timer for triggering an asynchronous method call after a specified time interval.
Syntax
Visual Basic
Public Function SetTimer( _
   ByVal timeoutInMs As Long, _
   ByVal callbackMethod As Object _
) As Long
Parameters
timeoutInMs
The timeout in milliseconds.
callbackMethod
The method to be called.
See Also

ICommonFunctions Interface  | ICommonFunctions Members