SqliteConfigServiceRemoveSession Method
Removes a specified chat session from the DB of chat sessions
Namespace: SuperBuilderWinService.ProvidersImplAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
public Task<bool> RemoveSession(
int sessionId
)
Public Function RemoveSession (
sessionId As Integer
) As Task(Of Boolean)
public:
virtual Task<bool>^ RemoveSession(
int sessionId
) sealed
abstract RemoveSession :
sessionId : int -> Task<bool>
override RemoveSession :
sessionId : int -> Task<bool>
- sessionId Int32
- The unqiue session id of the session to remove
TaskBooleanReturns true on successful removal, false otherwise
IConfigDataProviderRemoveSession(Int32)