Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IRecordSequence::TailPinned Event

 

Occurs when the record sequence determines that the tail must be moved forward.

Namespace:   System.IO.Log
Assembly:  System.IO.Log (in System.IO.Log.dll)

event EventHandler<TailPinnedEventArgs^>^ TailPinned {
	void add(EventHandler<TailPinnedEventArgs^>^ value);
	void remove(EventHandler<TailPinnedEventArgs^>^ value);
}

You can fire this event when the record sequence has run out of space. When this event is fired, the tail of the sequence (that is, the base sequence number) is moved forward to free up space.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft