ConnManagerParamBean.SetTimeout(Int64) Method

Definition

[Android.Runtime.Register("setTimeout", "(J)V", "GetSetTimeout_JHandler")]
public virtual void SetTimeout(long timeout);
[<Android.Runtime.Register("setTimeout", "(J)V", "GetSetTimeout_JHandler")>]
abstract member SetTimeout : int64 -> unit
override this.SetTimeout : int64 -> unit

Parameters

timeout
Int64

The timeout, in milliseconds, for retrieving a connection from the connection manager.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to