Search Results for

    Show / Hide Table of Contents

    Delegate PluginCallback

    Plugin callback delegate.

    Namespace: Apache.Ignite.Core.Plugin
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public delegate long PluginCallback(IBinaryRawReader input, IBinaryRawWriter output);
    Parameters
    Type Name Description
    IBinaryRawReader input

    Input reader. May be null.

    IBinaryRawWriter output

    Output writer. May be null.

    Returns
    Type Description
    System.Int64

    Result code.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation