TIBCO Adapter SDK C++ Reference
MTimer::deactivate
MTimer
Deactivate this timer. A deactivated timer stops polling.
Remarks
When you create a timer, it is activated by the system. You can then deactivate it by calling this method and reactivate it by calling MTimer::activate().

If you call this method on an already deactivated timer, nothing happens.

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