ISyncKnowledge::SetLocalTickCount

Sets the tick count for the replica that owns this knowledge.


HRESULT SetLocalTickCount( 
  ULONGLONG ullTickCount);

ullTickCount

[in] The current tick count for the replica that owns this knowledge.

  • S_OK

  • E_POINTER

  • E_UNEXPECTED

The tick count must be current before the knowledge is sent to another replica. Typically, a provider calls this method immediately before it sends its knowledge; however, the method can be called at any time.

Show: