ISessionObject::get_Timeout

The ISessionObject::get_Timeout method retrieves the value of the Timeout property of the Session object.

HRESULT get_Timeout(
  LONG * plvar  //pointer to a LONG that receives the Timeout value
);
 
Parameters
plvar
Points to a LONG integer that receives the Timeout value.
See Also

Session Object, IServer::get_ScriptTimeout


© 1997 by Microsoft Corporation. All rights reserved.