C# Class Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence.VhdFileCreator

Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
BeginCreateFixedVhdFile ( Stream destination, long size, AsyncCallback callback, object state ) : IAsyncResult
CreateFixedVhdFile ( Stream destination, long virtualSize ) : void
EndCreateFixedVhdFile ( IAsyncResult result ) : void

Private Methods

Method Description
CreateFixedVhdFileAtAsync ( AsyncMachine machine, Stream destination, long virtualSize ) : IEnumerable

Method Details

BeginCreateFixedVhdFile() public static method

public static BeginCreateFixedVhdFile ( Stream destination, long size, AsyncCallback callback, object state ) : IAsyncResult
destination Stream
size long
callback AsyncCallback
state object
return IAsyncResult

CreateFixedVhdFile() public static method

public static CreateFixedVhdFile ( Stream destination, long virtualSize ) : void
destination Stream
virtualSize long
return void

EndCreateFixedVhdFile() public static method

public static EndCreateFixedVhdFile ( IAsyncResult result ) : void
result IAsyncResult
return void