Méthode | Description | |
---|---|---|
FromBytes ( byte buffer, ISessionStore store, string sessionUserId ) : |
||
GetNewMessageId ( ) : long | ||
Save ( ) : void | ||
ToBytes ( ) : byte[] | ||
TryLoadOrCreateNew ( ISessionStore store, string sessionUserId ) : |
Méthode | Description | |
---|---|---|
GenerateRandomUlong ( ) : ulong | ||
Session ( ISessionStore store ) : System |
public static FromBytes ( byte buffer, ISessionStore store, string sessionUserId ) : |
||
buffer | byte | |
store | ISessionStore | |
sessionUserId | string | |
Résultat |
public static TryLoadOrCreateNew ( ISessionStore store, string sessionUserId ) : |
||
store | ISessionStore | |
sessionUserId | string | |
Résultat |