C# Class PRI.ProductivityExtensions.ParameterizedThreadStartExtensions.ParameterizedThreadStartable

Class that contains extension methods that extend ParameterizedThreadStart
Show file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this parameterizedthreadstart, Object obj, AsyncCallback callback ) : IAsyncResult

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