VhdDataReader.BeginReadUInt32 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BeginReadUInt32(AsyncCallback, Object) | |
BeginReadUInt32(Int64, AsyncCallback, Object) |
BeginReadUInt32(AsyncCallback, Object)
public IAsyncResult BeginReadUInt32 (AsyncCallback callback, object state);
member this.BeginReadUInt32 : AsyncCallback * obj -> IAsyncResult
Public Function BeginReadUInt32 (callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- callback
- AsyncCallback
- state
- Object
Returns
Applies to
BeginReadUInt32(Int64, AsyncCallback, Object)
public IAsyncResult BeginReadUInt32 (long offset, AsyncCallback callback, object state);
member this.BeginReadUInt32 : int64 * AsyncCallback * obj -> IAsyncResult
Public Function BeginReadUInt32 (offset As Long, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- offset
- Int64
- callback
- AsyncCallback
- state
- Object