IAsynchronousNotifyingChangeApplierTarget::GetCurrentTickCount

Increments the tick count and returns the new tick count.

NoteNote

This method is now obsolete.


HRESULT GetCurrentTickCount(
  ULONGLONG * pTickCount);

pTickCount

[out] Returns the new tick count of the replica.

  • S_OK

  • Provider-determined error codes

The tick count must be incremented on every call to this method.

Show: