sFuncId | (String) Identifier of the event function registered by the AddEventTimer method. |
---|---|
nAttr | [optional] (Long) Allows to specify the way of removing the function from the internal timer.
0 (default) - The function is only removed from the timer.
1 - The function is called while being removed from the timer. |
pMe.Root.RemoveEventTimer(pMe.GetPathName(), 1);