예제 #1
0
 /// <summary>
 /// Attempts to get a SessionId by supplementary session ID.
 /// </summary>
 /// <param name="supplementarySessionId"></param>
 /// <returns></returns>
 public Option <SessionId> GetSessionId(SupplementarySessionId supplementarySessionId) =>
 Sync.GetSessionId(supplementarySessionId) || getSessionIdFromCluster(supplementarySessionId);
예제 #2
0
 /// <summary>
 /// Attempts to get a SessionId by supplementary session ID.  Only checked locally.
 /// </summary>
 /// <param name="supplementarySessionId"></param>
 /// <returns></returns>
 public Option <SessionId> GetSessionId(SupplementarySessionId supplementarySessionId) =>
 Sync.GetSessionId(supplementarySessionId);