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