ReservationCollection.MakeReservation(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, allocates a reservation of the specified size.
protected:
abstract void MakeReservation(long size);
protected abstract void MakeReservation (long size);
abstract member MakeReservation : int64 -> unit
Protected MustOverride Sub MakeReservation (size As Long)
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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา