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