Share via


EndpointState.Combine Method

Combines the current endpoint state with the specified endpoint state.

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

Syntax

'Declaration
Public Sub Combine ( _
    endpointState As EndpointState _
)
'Usage
Dim instance As EndpointState
Dim endpointState As EndpointState

instance.Combine(endpointState)
public void Combine(
    EndpointState endpointState
)
public:
void Combine(
    EndpointState^ endpointState
)
member Combine : 
        endpointState:EndpointState -> unit 
public function Combine(
    endpointState : EndpointState
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

endpointState is a null reference (Nothing in Visual Basic).

Remarks

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.

See Also

Reference

EndpointState Class

Microsoft.Synchronization.FeedSync Namespace