TIBCO Adapter SDK C++ Reference
Up | Next
MTimer::activate
MTimer
Activate this timer. An active timer polls, either once only or at the specified intervals.

If you create a nonrepeating timer, you can call this method to trigger it once.

Remarks
When you create a timer, it is activated by the system. You can then deactivate it by calling MTimer::deactivate() and reactivate it by calling this method.

If you activate an already active timer, nothing happens.

Exceptions
M_ERROR_RV_EVM_ERROR,
Declaration
virtual void activate() throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.