C# Class PRI.ProductivityExtensions.PlayRecordCallbackExtensions.PlayRecordCallbackable

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

Public Methods

Method Description
BeginInvoke ( this playrecordcallback, EmfPlusRecordType recordType, Int32 flags, Int32 dataSize, IntPtr recordData, AsyncCallback callback ) : IAsyncResult

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