Szerkesztés

Megosztás a következőn keresztül:


IResponseCompletionSource Interface

Definition

Represents a fulfillable promise for a response to a request.

public interface IResponseCompletionSource
type IResponseCompletionSource = interface
Public Interface IResponseCompletionSource
Derived

Methods

Complete()

Sets the result to the default value.

Complete(Response)

Sets the result.

Applies to