SuperBuilderSuperBuilderBaseStopChat Method
Sends signal to safely stop the current chat request
Namespace: SuperBuilderWinServiceAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
public virtual Task<StopChatResponse> StopChat(
StopChatRequest request,
ServerCallContext context
)
Public Overridable Function StopChat (
request As StopChatRequest,
context As ServerCallContext
) As Task(Of StopChatResponse)
public:
virtual Task<StopChatResponse^>^ StopChat(
StopChatRequest^ request,
ServerCallContext^ context
)
abstract StopChat :
request : StopChatRequest *
context : ServerCallContext -> Task<StopChatResponse>
override StopChat :
request : StopChatRequest *
context : ServerCallContext -> Task<StopChatResponse>
- request StopChatRequest
- The request received from the client.
- context ServerCallContext
- The context of the server-side call handler being invoked.
TaskStopChatResponseThe response to send back to the client (wrapped by a task).