TailPinnedEventArgs::TargetSequenceNumber Property

 

Gets the sequence number that the tail should be moved past.

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

public:
property SequenceNumber TargetSequenceNumber {
	SequenceNumber get();
}

Property Value

Type: System.IO.Log::SequenceNumber

The sequence number that the tail should be moved past.

.NET Framework
Available since 3.0
Return to top
Show: