C# Class PRI.ProductivityExtensions.WaitOrTimerCallbackExtensions.WaitOrTimerCallbackable

Class that contains extension methods that extend WaitOrTimerCallback
Mostra file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this waitortimercallback, Object state, System.Boolean timedOut, AsyncCallback callback ) : IAsyncResult

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