Share via


VhdFileCreator.BeginCreateFixedVhdFile Method

Definition

public static IAsyncResult BeginCreateFixedVhdFile (System.IO.Stream destination, long size, AsyncCallback callback, object state);
static member BeginCreateFixedVhdFile : System.IO.Stream * int64 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginCreateFixedVhdFile (destination As Stream, size As Long, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

destination
Stream
size
Int64
callback
AsyncCallback
state
Object

Returns

Applies to