PostSharp//API Reference/Post­Sharp.​Patterns.​Threading/Actor­Dispatcher/Begin­Invoke
Open sandboxFocus

Method BeginInvoke

BeginInvoke(SendOrPostCallback, Object)

Queues an action for asynchronous execution.

Declaration
public void BeginInvoke(SendOrPostCallback action, object state)
Parameters
Type Name Description
SendOrPostCallback action

Action to be executed.

Object state

Parameter passed to action

Implements
IDispatcher.BeginInvoke(SendOrPostCallback, Object)