SyndicationClient.BypassCacheOnRetrieve 屬性

定義

取得或設定 布林 值,指定是否要在擷取摘要時略過快取。

public:
 property bool BypassCacheOnRetrieve { bool get(); void set(bool value); };
bool BypassCacheOnRetrieve();

void BypassCacheOnRetrieve(bool value);
public bool BypassCacheOnRetrieve { get; set; }
var boolean = syndicationClient.bypassCacheOnRetrieve;
syndicationClient.bypassCacheOnRetrieve = boolean;
Public Property BypassCacheOnRetrieve As Boolean

屬性值

Boolean

bool

如果應該略過快取,則為TRUE;否則為FALSE

實作

適用於