Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.Timeout

TElSimpleOAuth2Client     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies waiting timeout (in milliseconds).

Declaration

[C#]
    int Timeout;

[VB.NET]
    Property Timeout As Integer

[Pascal]
    property Timeout : Integer;

[C++]
    int32_t get_Timeout();
    void set_Timeout(int32_t Value);

[PHP]
    integer get_Timeout()
    void set_Timeout(integer $Value)

[Java]
    int getTimeout();
    void setTimeout(int Value);

Description

This property specifies the timeout (in milliseconds) to wait for server's response. The default value is 120000.

See also:     Authorize     OnWait    

Discuss this help topic in SecureBlackbox Forum