IEndpointState::Combine

Combines the current endpoint state with the specified endpoint state.


HRESULT Combine(
  IEndpointState * pEndpointState);

pEndpointState

[in] The endpoint state to combine with the current endpoint state.

  • S_OK

  • E_POINTER

This method is used when an incremental feed producer consumes an incremental feed and has to update its baseline state to include the new consumed state.

Show: