ConsumeFeed 方法
取用指定的摘要並將項目匯入包含在這個物件中的提供者。
命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 Microsoft.Synchronization.dll 中)
語法
'宣告
Public Function ConsumeFeed ( _
feedStream As Stream _
) As EndpointState
'用途
Dim instance As FeedConsumer
Dim feedStream As Stream
Dim returnValue As EndpointState
returnValue = instance.ConsumeFeed(feedStream)
public EndpointState ConsumeFeed(
Stream feedStream
)
public:
EndpointState^ ConsumeFeed(
Stream^ feedStream
)
member ConsumeFeed :
feedStream:Stream -> EndpointState
public function ConsumeFeed(
feedStream : Stream
) : EndpointState
參數
- feedStream
型別:System.IO. . :: . .Stream
包含要取用之 FeedSync 摘要的資料流。Sync Framework 必須有此資料流的讀取存取權。
傳回值
型別:Microsoft.Synchronization.FeedSync. . :: . .EndpointState
摘要的端點狀態。當此摘要是空的時,就是 nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing)。
例外
例外狀況 | 條件 |
---|---|
ArgumentNullException | feedStream 是 null Nothing nullptr unit null 參考 (在 Visual Basic 中為 Nothing) 。 |
ArgumentException | feedStream 無法讀取或者不包含任何摘要項目。 |
備註
當傳回的端點狀態設定為 FeedProducer 物件的 IncrementalFeedBaseline 值時,此物件就會產生以 feedStream 為基礎的累加摘要。