Share via


RemotingClientProxy.Timeout 屬性

定義

取得或設定要用於同步呼叫 (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,表示永遠不會發生逾時 (無限逾時) 。

適用於