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

Mostra file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method 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

Method Description
CreateAsync ( AsyncMachine machine ) : IEnumerable

Method Details

BeginCreate() public method

public BeginCreate ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult

BlockAllocationTableFactory() public method

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

Create() public method

public Create ( ) : BlockAllocationTable
return BlockAllocationTable

EndCreate() public method

public EndCreate ( IAsyncResult result ) : BlockAllocationTable
result IAsyncResult
return BlockAllocationTable