MobileTrack Nexus Documentation
C#
Show/Hide TOC
Temporary
Session
Service
Retrieve
Stored
String
By
Session
Token
Async Method
Retrieve the stored string by session token.
Definition
Namespace:
MobileTrack.Web.Components.Services
Assembly:
MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
C#
Copy
Request Example
public
string
?
RetrieveStoredStringBySessionTokenAsync
(
string
sessionToken
)
Parameters
sessionToken
String
Return Value
String
A
Task
that contains the stored value
Implements
ITemporarySessionService
RetrieveStoredStringBySessionTokenAsync(String)
See Also
Reference
TemporarySessionService Class
MobileTrack.Web.Components.Services Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also