Method PostSession
PostSession()
Posts a session. If this function returns none or failed state, it might be because the Device is bussy in other session. sollution: call DeleteSetion and retry again.
Declaration
public TryOptionAsync<Session> PostSession()
Returns
Type | Description |
---|---|
LanguageExt.TryOptionAsync<Session> | The session. |