IAsyncInfo class winrt Interface
Supports asynchronous actions and operations. IAsyncInfo
is a base
interface for IAsyncAction
, IAsyncActionWithProgress<TProgress>
,
IAsyncOperation<TResult>
and
IAsyncOperationWithProgress<TResult,TProgress>
, each of which support
combinations of return type and progress for an asynchronous method.
- Inheritance
-
- Object
- IUnknown
- IInspectable
- IAsyncInfo
- Implementers
- Available extensions
Constructors
- IAsyncInfo.from(IInspectable interface)
-
factory
-
IAsyncInfo.fromRawPointer(Pointer<
COMObject> ptr)
Properties
Methods
-
addRef(
) → int -
inherited
-
cancel(
) → void -
close(
) → void -
getIids(
Pointer< Uint32> iidCount, Pointer<Pointer< iids) → intGUID> > -
inherited
-
getRuntimeClassName(
Pointer< IntPtr> className) → int -
inherited
-
getTrustLevel(
Pointer< Int32> trustLevel) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
inherited
-
release(
) → int -
inherited
-
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited