SessionCloseHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the handler for SessionClose event.
public delegate bool SessionCloseHandler(Session ^ session);
public delegate bool SessionCloseHandler(Session session);
type SessionCloseHandler = delegate of Session -> bool
Public Delegate Function SessionCloseHandler(session As Session) As Boolean
Parameters
- session
- Session
Specifies the session.
Return Value
True
if the session is closed successfully, otherwise false
.