Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XafApplication.LogOff() Method

Performs the application logout.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual void LogOff()

Remarks

This method is a base platform-independent method for the WinApplication.LogOff and WebApplication.LogOff methods. Use this method if you need to perform the LogOff operation from a platform-independent module.

See Also