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

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
BeginCreate ( AsyncCallback callback, object state ) : IAsyncResult
BlockAllocationTableFactory ( VhdDataReader dataReader, VhdHeader header ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
Create ( ) : BlockAllocationTable
EndCreate ( IAsyncResult result ) : BlockAllocationTable

Private Methods

Méthode Description
CreateAsync ( AsyncMachine machine ) : IEnumerable

Method Details

BeginCreate() public méthode

public BeginCreate ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Résultat IAsyncResult

BlockAllocationTableFactory() public méthode

public BlockAllocationTableFactory ( VhdDataReader dataReader, VhdHeader header ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
dataReader VhdDataReader
header VhdHeader
Résultat Microsoft.WindowsAzure.Commands.Tools.Common.General

Create() public méthode

public Create ( ) : BlockAllocationTable
Résultat BlockAllocationTable

EndCreate() public méthode

public EndCreate ( IAsyncResult result ) : BlockAllocationTable
result IAsyncResult
Résultat BlockAllocationTable