XppObjectBase.setTimeOut Method

Definition

Overloads

setTimeOut(String, Int32)
Obsolete.
setTimeOut(String, Int32, Boolean)
Obsolete.

setTimeOut(String, Int32)

Caution

The setTimeOut method is not applicable anymore and it results in a no-op. Calls to this method can be safely removed.

public:
 int setTimeOut(System::String ^ _Method, int _WaitTime);
[System.Obsolete("The setTimeOut method is not applicable anymore and it results in a no-op.  Calls to this method can be safely removed.")]
public int setTimeOut (string _Method, int _WaitTime);
[<System.Obsolete("The setTimeOut method is not applicable anymore and it results in a no-op.  Calls to this method can be safely removed.")>]
member this.setTimeOut : string * int -> int
Public Function setTimeOut (_Method As String, _WaitTime As Integer) As Integer

Parameters

_Method
String
_WaitTime
Int32

Returns

Attributes

Applies to

setTimeOut(String, Int32, Boolean)

Caution

The setTimeOut method is not applicable anymore and it results in a no-op. Calls to this method can be safely removed.

public:
 int setTimeOut(System::String ^ _Method, int _WaitTime, bool _idle);
[System.Obsolete("The setTimeOut method is not applicable anymore and it results in a no-op.  Calls to this method can be safely removed.")]
public int setTimeOut (string _Method, int _WaitTime, bool _idle);
[<System.Obsolete("The setTimeOut method is not applicable anymore and it results in a no-op.  Calls to this method can be safely removed.")>]
member this.setTimeOut : string * int * bool -> int
Public Function setTimeOut (_Method As String, _WaitTime As Integer, _idle As Boolean) As Integer

Parameters

_Method
String
_WaitTime
Int32
_idle
Boolean

Returns

Attributes

Applies to