You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Kryptor.Client/SessionManager.cs
+8-33Lines changed: 8 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -50,29 +50,16 @@ public SessionContainer(ISessionHost sessionHost, int maxRunningSessions)
50
50
/// </summary>
51
51
/// <remarks>
52
52
/// This method also waits for sessions that are not started yet.
53
-
/// If the <paramref name="cancellationToken"/> was cancelled, this method will cancel all existing tokens in this container and waits for all of them to end.
54
-
/// This method intended to be used by sub-session models. in standard session host based model, the monitoring, cancelling and ending is managed by various parts.
53
+
/// This method intended to be used by sub-session models. in standard session host based model, the monitoring, canceling and ending is managed by various parts.
55
54
/// But in sub-session models, you could achieve all of these features in this method.
56
-
/// Using this method in session host is not recommended at all because this method is not intended for that porpose.
55
+
/// Using this method in session host is not recommended at all because this method is not intended for that purpose.
57
56
/// </remarks>
58
-
/// <param name="cancellationToken">
59
-
/// The token to monitor for cancellation requests.
0 commit comments