Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence.BlockAllocationTableFactory.EndCreate C# (CSharp) Метод

EndCreate() публичный Метод

public EndCreate ( IAsyncResult result ) : BlockAllocationTable
result IAsyncResult
Результат BlockAllocationTable
        public BlockAllocationTable EndCreate(IAsyncResult result)
        {
            return AsyncMachine<BlockAllocationTable>.EndAsyncMachine(result);
        }