C# Class PRI.ProductivityExtensions.ThreadStartExtensions.ThreadStartable

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

Public Methods

Method Description
BeginInvoke ( this threadstart, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. threadstart.BeginInvoke(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. threadstart.BeginInvoke(callback);
public static BeginInvoke ( this threadstart, AsyncCallback callback ) : IAsyncResult
threadstart this
callback AsyncCallback
return IAsyncResult