EndpointState::Combine Method

Combines the current endpoint state with the specified endpoint state.

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

public:
void Combine(
	EndpointState^ endpointState
)

Parameters

endpointState
Type: Microsoft.Synchronization.FeedSync::EndpointState
The endpoint state to combine with the current endpoint state.

ExceptionCondition
ArgumentNullException

endpointState is a nullptr.

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: