|
LogicalThreadPush(Action) Method
|
Pushes an action to the logical thread.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
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