Share via


ISyncKnowledge::SetLocalTickCount

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

HRESULT SetLocalTickCount( 
  ULONGLONG ullTickCount);

Parameters

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

Return Value

  • S_OK

  • E_POINTER

  • E_UNEXPECTED

Remarks

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.

See Also

Reference

ISyncKnowledge Interface