EndpointState.Combine 메서드
현재 끝점 상태를 지정된 끝점 상태와 결합합니다.
네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public Sub Combine ( _
endpointState As EndpointState _
)
‘사용 방법
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
)
매개 변수
- endpointState
현재 끝점 상태와 결합할 끝점 상태입니다.
주의
이 메서드는 증분 피드 공급자가 증분 피드를 소비하고 소비된 새 상태가 포함되도록 기준 상태를 업데이트해야 할 때 사용됩니다.
참고 항목
참조
EndpointState 클래스
EndpointState 멤버
Microsoft.Synchronization.FeedSync 네임스페이스