VhdFileCreator.BeginCreateFixedVhdFile 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.
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