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);
        }