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: