ActorDispatcher.Invoke Method |
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
public void Invoke( SendOrPostCallback action, Object state )
Parameters
- action
- Type: System.Threading.SendOrPostCallback
Action to be executed. - state
- Type: System.Object
Parameter passed to action.