IAsyncAction.from constructor

IAsyncAction.from(
  1. IInspectable interface
)

Implementation

factory IAsyncAction.from(IInspectable interface) =>
    IAsyncAction.fromRawPointer(interface.toInterface(IID_IAsyncAction));