Method | Description | |
---|---|---|
BeginCreateFixedVhdFile ( Stream destination, long size, AsyncCallback callback, object state ) : IAsyncResult | ||
CreateFixedVhdFile ( Stream destination, long virtualSize ) : void | ||
EndCreateFixedVhdFile ( IAsyncResult result ) : void |
Method | Description | |
---|---|---|
CreateFixedVhdFileAtAsync ( AsyncMachine machine, Stream destination, long virtualSize ) : IEnumerable |
public static BeginCreateFixedVhdFile ( Stream destination, long size, AsyncCallback callback, object state ) : IAsyncResult | ||
destination | Stream | |
size | long | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public static CreateFixedVhdFile ( Stream destination, long virtualSize ) : void | ||
destination | Stream | |
virtualSize | long | |
return | void |
public static EndCreateFixedVhdFile ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |