C# Class PRI.ProductivityExtensions.SendOrPostCallbackExtensions.SendOrPostCallbackable

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

Public Methods

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

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