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

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

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

Private Methods

Méthode Description
CreateFixedVhdFileAtAsync ( AsyncMachine machine, Stream destination, long virtualSize ) : IEnumerable

Method Details

BeginCreateFixedVhdFile() public static méthode

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

CreateFixedVhdFile() public static méthode

public static CreateFixedVhdFile ( Stream destination, long virtualSize ) : void
destination Stream
virtualSize long
Résultat void

EndCreateFixedVhdFile() public static méthode

public static EndCreateFixedVhdFile ( IAsyncResult result ) : void
result IAsyncResult
Résultat void