SyndicationClient.Timeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定等候任何非同步作業完成的時間量上限,以毫秒為單位。 如果作業在此時間內未完成,則會失敗,並顯示狀態碼指出逾時。
public:
property unsigned int Timeout { unsigned int get(); void set(unsigned int value); };
uint32_t Timeout();
void Timeout(uint32_t value);
public uint Timeout { get; set; }
var uInt32 = syndicationClient.timeout;
syndicationClient.timeout = uInt32;
Public Property Timeout As UInteger
屬性值
預設值為 30000 (30 秒) 。 UInt32.MaxValue的值表示新聞訂閱用戶端會無限期等候回應。