Skip to main content

IOfficeStateStorageRemote Methods

Declares members to store session-states in a remote storage.
Name Description
AddCheckedOut(String, String) Adds a state of a checked out session to the storage.
CheckIn(String, String, String) Checks in the session with the specified ID.
CheckOut(String, out String) Checks out the session with the specified ID.
FindWorkSessionId(String) Returns an ID of the specified document’s session.
Get(String) Returns a value of the variable with the specified name.
HasWorkSessionId(String) Indicates whether the storage has a session with the specified ID.
Remove(String) Removes a session with the specified ID.
Set(String, String) Sets a value for the variable with the specified name.
UndoCheckOut(String) Discards all changes to the session since the last call to the CheckOut(String, out String) method.
See Also