# GrapeCity.Documents.Excel.AsyncCustomFunction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_AsyncCustomFunction" data-uid="GrapeCity.Documents.Excel.AsyncCustomFunction" class="text-break">AsyncCustomFunction Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base type for async custom function.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Excel.CustomFunction.html">CustomFunction</a></div>
    <div class="level2"><span class="xref">AsyncCustomFunction</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_AsyncCustomFunction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class AsyncCustomFunction : CustomFunction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class AsyncCustomFunction
    Inherits CustomFunction</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_AsyncCustomFunction__ctor_System_String_GrapeCity_Documents_Excel_FunctionValueType_" data-uid="GrapeCity.Documents.Excel.AsyncCustomFunction.#ctor(System.String,GrapeCity.Documents.Excel.FunctionValueType)">
          <a class="xref" href="GrapeCity.Documents.Excel.AsyncCustomFunction.-ctor.html#GrapeCity_Documents_Excel_AsyncCustomFunction__ctor_System_String_GrapeCity_Documents_Excel_FunctionValueType_">AsyncCustomFunction(string, FunctionValueType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of a custom function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_AsyncCustomFunction__ctor_System_String_GrapeCity_Documents_Excel_FunctionValueType_GrapeCity_Documents_Excel_Parameter___" data-uid="GrapeCity.Documents.Excel.AsyncCustomFunction.#ctor(System.String,GrapeCity.Documents.Excel.FunctionValueType,GrapeCity.Documents.Excel.Parameter[])">
          <a class="xref" href="GrapeCity.Documents.Excel.AsyncCustomFunction.-ctor.html#GrapeCity_Documents_Excel_AsyncCustomFunction__ctor_System_String_GrapeCity_Documents_Excel_FunctionValueType_GrapeCity_Documents_Excel_Parameter___">AsyncCustomFunction(string, FunctionValueType, Parameter[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of a custom function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_AsyncCustomFunction__ctor_System_String_System_String_GrapeCity_Documents_Excel_FunctionValueType_GrapeCity_Documents_Excel_Parameter___" data-uid="GrapeCity.Documents.Excel.AsyncCustomFunction.#ctor(System.String,System.String,GrapeCity.Documents.Excel.FunctionValueType,GrapeCity.Documents.Excel.Parameter[])">
          <a class="xref" href="GrapeCity.Documents.Excel.AsyncCustomFunction.-ctor.html#GrapeCity_Documents_Excel_AsyncCustomFunction__ctor_System_String_System_String_GrapeCity_Documents_Excel_FunctionValueType_GrapeCity_Documents_Excel_Parameter___">AsyncCustomFunction(string, string, FunctionValueType, Parameter[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of a custom function.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_AsyncCustomFunction_Evaluate_System_Object___GrapeCity_Documents_Excel_ICalcContext_" data-uid="GrapeCity.Documents.Excel.AsyncCustomFunction.Evaluate(System.Object[],GrapeCity.Documents.Excel.ICalcContext)">
          <a class="xref" href="GrapeCity.Documents.Excel.AsyncCustomFunction.Evaluate.html#GrapeCity_Documents_Excel_AsyncCustomFunction_Evaluate_System_Object___GrapeCity_Documents_Excel_ICalcContext_">Evaluate(object[], ICalcContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculate the function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_AsyncCustomFunction_EvaluateAsync_System_Object___GrapeCity_Documents_Excel_ICalcContext_" data-uid="GrapeCity.Documents.Excel.AsyncCustomFunction.EvaluateAsync(System.Object[],GrapeCity.Documents.Excel.ICalcContext)">
          <a class="xref" href="GrapeCity.Documents.Excel.AsyncCustomFunction.EvaluateAsync.html#GrapeCity_Documents_Excel_AsyncCustomFunction_EvaluateAsync_System_Object___GrapeCity_Documents_Excel_ICalcContext_">EvaluateAsync(object[], ICalcContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculate the function asynchronously.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
