Skip to main content

IOfficeStateStorageRemote.CheckOut(String, out String) Method

Checks out the session with the specified ID.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.AspNetCore.Core.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Core

Declaration

bool CheckOut(
    string workSessionId,
    out string workSessionState
)

Parameters

Name Type Description
workSessionId String

The ID of a session to check out.

workSessionState String

The session state.

Returns

Type Description
Boolean

true, if the session was successfully checked out; otherwise, false.

See Also