C# Class PRI.ProductivityExtensions.CrossContextDelegateExtensions.CrossContextDelegateable

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

Public Methods

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

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