AssistantServiceStopAddFiles Method

Stops the current upload file request.

Definition

Namespace: SuperBuilderWinService.Services
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public override Task<StopAddFilesResponse> StopAddFiles(
	StopAddFilesRequest request,
	ServerCallContext context
)

Parameters

request  StopAddFilesRequest
An empty object. Example: {}
context  ServerCallContext
The gRPC call context.

Return Value

TaskStopAddFilesResponse
An empty object. Example: {}

See Also