Udostępnij za pośrednictwem


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
)
public void Combine (
    EndpointState endpointState
)
public function Combine (
    endpointState : EndpointState
)

Parameters

  • endpointState
    The endpoint state to combine with the current endpoint state.

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
EndpointState Members
Microsoft.Synchronization.FeedSync Namespace