ReservationCollection.MakeReservation(Int64) Method

Definition

When overridden in a derived class, allocates a reservation of the specified size.

C#
protected abstract void MakeReservation(long size);

Parameters

size
Int64

The size of the reservation to allocate.

Notes to Implementers

When you inherit from ReservationCollection, you must implement this method to actually reserve space in the record sequence. You should not call ReservationMade(Int64) when this method is complete; that logic is handled for you.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1