IBackgroundDispatcher.BeginInvoke Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Works the same as BeginInvoke would for any other delegate, except that it also manages system state correctly.
public:
IAsyncResult ^ BeginInvoke(System::Threading::WaitCallback ^ callback, System::Object ^ state, AsyncCallback ^ completionCallback, System::Object ^ asyncState);
public IAsyncResult BeginInvoke (System.Threading.WaitCallback callback, object state, AsyncCallback completionCallback, object asyncState);
abstract member BeginInvoke : System.Threading.WaitCallback * obj * AsyncCallback * obj -> IAsyncResult
Public Function BeginInvoke (callback As WaitCallback, state As Object, completionCallback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- callback
- WaitCallback
- state
- Object
- completionCallback
- AsyncCallback
- asyncState
- Object