C# Class PRI.ProductivityExtensions.ObjectCreationDelegateExtensions.ObjectCreationDelegateable

Class that contains extension methods that extend ObjectCreationDelegate
显示文件 Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this objectcreationdelegate, IntPtr aggregator, AsyncCallback callback ) : IAsyncResult

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