編輯

共用方式為


ICompletable Interface

Definition

Defines a completion callback.

public interface ICompletable
type ICompletable = interface
Public Interface ICompletable
Derived

Remarks

This part of the API is in preview and under active development. It may change in future releases.

Methods

Complete()

Notifies the callback that the requested completion has occurred.

Applies to