Skip to content

Commit

Permalink
fixup methods table
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre committed Sep 8, 2023
1 parent 54290b3 commit 8a3387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/include/program/apis/session-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Method Name | Description
[`FindByID`](/program/apis/sessions/#findbyid) | Find a session by the given ID. If found, trigger a heartbeat and extend the lifetime of the session.
[`AssociateResource`](/program/apis/sessions/#associateresource) | Associate a session ID to a monitored resource. All associated resources will be stopped with this session is expired.
[`Close`](/program/apis/sessions/#close) | Stop the session manager without directing any sessions to expire.
[`expireLoop`](/program/apis/sessions/#expireLoop) | Set an expiration loop to be associated with a specific context.
[`expireLoop`](/program/apis/sessions/#expireloop) | Set an expiration loop to be associated with a specific context.

0 comments on commit 8a3387e

Please sign in to comment.