Target Indicators
Search Results for

    Show / Hide Table of Contents

    Delegate TargetIndicatorManager.TargetIndicatorsRemovedDelegate

    Delegate that passes a ReadOnlySpan of target indicators that were removed.

    Namespace: TargetIndicators
    Assembly: TargetIndicators.dll
    Syntax
    public delegate void TargetIndicatorManager.TargetIndicatorsRemovedDelegate(ReadOnlySpan<TargetIndicatorId> span)
    Parameters
    Type Name Description
    ReadOnlySpan<TargetIndicatorId> span Delegate that passes a ReadOnlySpan of target indicators that were removed.

    Constructors

    TargetIndicatorsRemovedDelegate(object, nint)

    Declaration
    public TargetIndicatorsRemovedDelegate(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(ReadOnlySpan<TargetIndicatorId>, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ReadOnlySpan<TargetIndicatorId> span, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    ReadOnlySpan<TargetIndicatorId> span
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(ReadOnlySpan<TargetIndicatorId>)

    Declaration
    public virtual void Invoke(ReadOnlySpan<TargetIndicatorId> span)
    Parameters
    Type Name Description
    ReadOnlySpan<TargetIndicatorId> span
    In this article
    Back to top Generated by DocFX