RemotingClientProxy.Timeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要用於同步呼叫 (Synchronous Call) 的逾時 (以毫秒為單位)。
public:
property int Timeout { int get(); void set(int value); };
public int Timeout { get; set; }
member this.Timeout : int with get, set
Public Property Timeout As Integer
屬性值
要用於同步呼叫的逾時 (以毫秒為單位)。
備註
屬性的 Timeout 預設值為 -1,表示永遠不會發生逾時 (無限逾時) 。
適用於