AtomPubClient.BypassCacheOnRetrieve 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 布爾 值,指定是否要在擷取摘要時略過快取。
public:
property bool BypassCacheOnRetrieve { bool get(); void set(bool value); };
bool BypassCacheOnRetrieve();
void BypassCacheOnRetrieve(bool value);
public bool BypassCacheOnRetrieve { get; set; }
var boolean = atomPubClient.bypassCacheOnRetrieve;
atomPubClient.bypassCacheOnRetrieve = boolean;
Public Property BypassCacheOnRetrieve As Boolean
屬性值
Boolean
bool
如果應該略過快取,則為TRUE;否則為 FALSE。