|   | LogicalThreadPush(Action) Method | 
        
        
            Pushes an action to the logical thread.
            
        
        Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic void Push(
	Action action
)
Public Sub Push ( 
	action As Action
)
public:
void Push(
	Action^ action
)
member Push : 
        action : Action -> unit Parameters
- action  Action
- The action to be executed on this thread.
 See Also
See Also