AssistantServiceRemoveSession Method
Removes a session and its data from the database.
Namespace: SuperBuilderWinService.ServicesAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
public override Task<RemoveSessionResponse> RemoveSession(
RemoveSessionRequest request,
ServerCallContext context
)
Public Overrides Function RemoveSession (
request As RemoveSessionRequest,
context As ServerCallContext
) As Task(Of RemoveSessionResponse)
public:
virtual Task<RemoveSessionResponse^>^ RemoveSession(
RemoveSessionRequest^ request,
ServerCallContext^ context
) override
abstract RemoveSession :
request : RemoveSessionRequest *
context : ServerCallContext -> Task<RemoveSessionResponse>
override RemoveSession :
request : RemoveSessionRequest *
context : ServerCallContext -> Task<RemoveSessionResponse>
- request RemoveSessionRequest
- Example: { "sessionId": 1 }
- context ServerCallContext
- The gRPC call context.
TaskRemoveSessionResponseExample: { "success": true }