Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence.BlockAllocationTableFactory.EndCreate C# (CSharp) Method

EndCreate() public method

public EndCreate ( IAsyncResult result ) : BlockAllocationTable
result IAsyncResult
return BlockAllocationTable
        public BlockAllocationTable EndCreate(IAsyncResult result)
        {
            return AsyncMachine<BlockAllocationTable>.EndAsyncMachine(result);
        }