C# Class PRI.ProductivityExtensions.IOCompletionCallbackExtensions.IOCompletionCallbackable

Class that contains extension methods that extend IOCompletionCallback
ファイルを表示 Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this iocompletioncallback, UInt32 errorCode, UInt32 numBytes, NativeOverlapped pOVERLAP, AsyncCallback callback ) : IAsyncResult

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