Contents

submitLogout

Attempts to logout of the LUN.

Declaration

virtual IOReturn submitLogout(
 void );

Return Value

Returns kIOReturnSuccess if logout has successfully begun.

Overview

This call begins the logout process. If kIOReturnSuccess is returned from this call then the logoutCompletion routine will be called when the logout completes (successfully or unsuccesfully).

See Also

Miscellaneous