Skip to content

IResponseCompletionSource Methods

Represents a fulfillable promise for a response to a request.

Complete

abstract
public abstract void Complete()
Sets the result to the default value.

Complete(Response)

abstract
public abstract void Complete(Response value)
Sets the result.

Parameters

valueResponse
The result value.