Show / Hide Table of Contents

    Class NativeMethods.BuildGetUtxoRequstDelegate

    Inheritance
    System.MulticastDelegate
    NativeMethods.BuildGetUtxoRequstDelegate
    Namespace: Hyperledger.Indy.PaymentsApi
    Assembly: Hyperledger.Indy.Sdk.dll
    Syntax
    public sealed class BuildGetUtxoRequstDelegate : MulticastDelegate

    Constructors

    BuildGetUtxoRequstDelegate(Object, IntPtr)

    Declaration
    public BuildGetUtxoRequstDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Int32, Int32, String, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int command_handle, int err, string get_utxo_txn_json, string payment_method, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 command_handle
    System.Int32 err
    System.String get_utxo_txn_json
    System.String payment_method
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Int32, Int32, String, String)

    Declaration
    public virtual void Invoke(int command_handle, int err, string get_utxo_txn_json, string payment_method)
    Parameters
    Type Name Description
    System.Int32 command_handle
    System.Int32 err
    System.String get_utxo_txn_json
    System.String payment_method
    Back to top Copyright © 2017 The Linux Foundation®