Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.