C# Class PRI.ProductivityExtensions.WaitCallbackExtensions.WaitCallbackable

Class that contains extension methods that extend WaitCallback
ファイルを表示 Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this waitcallback, Object state, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. waitcallback.BeginInvoke(state, callback);

Method Details

BeginInvoke() public static method

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. waitcallback.BeginInvoke(state, callback);
public static BeginInvoke ( this waitcallback, Object state, AsyncCallback callback ) : IAsyncResult
waitcallback this
state Object
callback AsyncCallback
return IAsyncResult