IOfficeStateStorageRemote.CheckOut(String, out String) Method
In This Article
Checks out the session with the specified ID.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Core
#Declaration
C#
bool CheckOut(
string workSessionId,
out string workSessionState
)
#Parameters
Name | Type | Description |
---|---|---|
work |
String | The ID of a session to check out. |
work |
String | The session state. |
#Returns
Type | Description |
---|---|
Boolean | true, if the session was successfully checked out; otherwise, false. |
See Also