Partager via


VhdDataReader.BeginReadUInt32 Method

Definition

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

Returns

Applies to