Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- endpointState
Type: Microsoft.Synchronization.FeedSync.EndpointState
The endpoint state to combine with the current endpoint state.
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.