|   | SynchronizedOperationBaseExecuteAction Method | 
        
        
            Executes the action once on the current thread.
            
        
        Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxprotected bool ExecuteAction()
Protected Function ExecuteAction As Boolean
protected:
bool ExecuteAction()
member ExecuteAction : unit -> bool 
function ExecuteAction();
Return Value
BooleanTrue if the action was pending and needs to run again; false otherwise.
 See Also
See Also