Open sandboxFocus

Method BeginInvoke

BeginInvoke(SendOrPostCallback, object)

Queues an action for asynchronous execution.

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

Action to be executed.

object state

Parameter passed to action