PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingIDispatcherBegin­Invoke
Open sandboxFocus

IDispatcher.BeginInvoke Method

BeginInvoke(SendOrPostCallback, Object)

Queues an action for asynchronous execution.

Declaration
void BeginInvoke(SendOrPostCallback action, object state)
Parameters
Type Name Description
System.Threading.SendOrPostCallback action

Action to be executed.

Object state

Parameter passed to action