結合目前的端點狀態與指定的端點狀態。
命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
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 命名空間