IResponseCompletionSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |