Freigeben über


FeedClockVector.Remove-Methode

Entfernt das erste Vorkommen eines bestimmten Elements aus dem Taktvektor.

Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Function Remove ( _
    item As IClockVectorElement _
) As Boolean
'Usage
Dim instance As FeedClockVector
Dim item As IClockVectorElement
Dim returnValue As Boolean

returnValue = instance.Remove(item)
public bool Remove (
    IClockVectorElement item
)
public:
virtual bool Remove (
    IClockVectorElement^ item
) sealed
public final boolean Remove (
    IClockVectorElement item
)
public final function Remove (
    item : IClockVectorElement
) : boolean

Parameter

  • item
    Das Element, das aus dem Taktvektor entfernt werden soll.

Rückgabewert

true, wenn item erfolgreich aus dem Taktvektor entfernt wurde; andernfalls false. Diese Methode gibt auch dann false zurück, wenn item nicht gefunden wurde.

Siehe auch

Verweis

FeedClockVector-Klasse
FeedClockVector-Member
Microsoft.Synchronization.FeedSync-Namespace