LOGOFF

CAS Tags
The LOGOFF function disconnects a CAS instance from the connection router in a NET SatisFAXtion domain.  It is safe to call this function on an errored connection, or one that has already been logged off.

XML Interface:
This tag is not used in the CAS XML Interface.  For more information, see CAS XML Communications in the CAS XML Interface.

  Type Max Size Multiple Allowed
Function N/A No

Example:
function LogOff( CAS_instance )
  {
  var Tl = CAS.New();
  CAS.AddTag(Tl,"LOGOFF","");
  Tl = CAS.Send(CAS_instance,Tl);
  CAS.Delete(Tl);
  }

See Also:
CAS Close, LOGON, OPEN_SESSION, CLOSE_SESSION