Class WalletSearch
Inheritance
System.Object
WalletSearch
Implements
System.IDisposable
Namespace: Hyperledger.Indy.NonSecretsApi
Assembly: Hyperledger.Indy.Sdk.dll
Syntax
public class WalletSearch : Object, IDisposable
Properties
Handle
Declaration
public IntPtr Handle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected override void Finalize()
NextAsync(Wallet, Int32)
Declaration
public Task<string> NextAsync(Wallet wallet, int count)
Parameters
Type | Name | Description |
---|---|---|
Wallet | wallet | |
System.Int32 | count |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> |
Implements
System.IDisposable