4D Internet Commands v16

IT_SetTimeOut

Inicio

 
4D Internet Commands v16
IT_SetTimeOut

IT_SetTimeOut 


 

IT_SetTimeOut ( timeout ) -> resultado 
Parámetro Tipo   Descripción
timeout  Entero in Timeout en segundos; de 0 a 127
resultado  Entero in Código de error

El comando IT_SetTimeOut permite definir el valor del timeout en segundos. Este valor está entre cero y 127 segundos. Por defecto, el periodo de timeout es de 30 segundos.

timeout es el valor actual en segundos del periodo timeout. Los siguientes comandos están afectados por IT_SetTimeOut:

TCP_Open
FTP_Login
FTP_Send
FTP_Receive
SMTP_QuickSend
SMTP_Send
POP3_Login
POP3_BoxInfo
POP3_Delete
POP3_Reset
POP3_MsgInfo
POP3_MsgLstInfo
POP3_GetMessage
POP3_MsgLst
POP3_Download
POP3_VerifyID
POP3_UIDToNum
IMAP_Login
IMAP_VerifyID
IMAP_Capability
IMAP_ListMBs
IMAP_SubscribeMB
IMAP_GetMBStatus
IMAP_SetCurrentMB
IMAP_Delete
IMAP_MsgInfo
IMAP_MsgLstInfo
IMAP_GetMessage
IMAP_MsgLst
IMAP_SetFlags
IMAP_GetFlags
IMAP_Search
IMAP_MsgFetch
IMAP_Download
IMAP_CopyToMB
IMAP_CreateMB
IMAP_RenameMB
IMAP_DeleteMB
NET_Finger
NET_Ping
NET_Time

Nota: la definición del timeout en cero para el comando TCP_Listen permite escucharlo indefinidamente. Asegúrese de pasar a otro valor después de utilizar este comando. Igualmente, el valor del timeout se utiliza para los "timeouts TCP/IP" Y "timeout de espera de respuesta". Si define el timeout en cero, no tendrá tiempo para esperar la respuesta.



Ver también 

IT_GetTimeOut

 
PROPIEDADES 

Producto: 4D Internet Commands
Tema: IC Utilities
Número 88913

 
HISTORIA 

Modificado: 4D Internet Commands 6.8.1

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v16)