Struct Pullable
Pullable interface for Canonical ABI.
Assembly: WaaS.Core.dll
View Source
Declaration
public struct Pullable : IDisposable
Implements:
System.IDisposable
Methods
PullValueAsync<T>()
View Source
Declaration
public STask<T> PullValueAsync<T>()
Returns
Type Parameters
T
PullPrimitiveValueAsync<T>()
View Source
Declaration
public STask<T> PullPrimitiveValueAsync<T>()
Returns
Type Parameters
T
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
View Source
Declaration
public void Dispose()
Implements
System.IDisposable