Search Results for

    Show / Hide Table of Contents

    Class NativeSdkMethods.DeleteEffectDelegate

    Delete effect.

    Inheritance
    Object
    NativeSdkMethods.DeleteEffectDelegate
    Namespace: Colore.Native
    Assembly: Colore.dll
    Syntax
    public sealed class DeleteEffectDelegate : MulticastDelegate

    Constructors

    DeleteEffectDelegate(Object, IntPtr)

    Declaration
    public DeleteEffectDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    Object object
    IntPtr method

    Methods

    BeginInvoke(Guid, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Guid effectId, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Guid effectId
    AsyncCallback callback
    Object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Guid)

    Declaration
    public virtual Result Invoke(Guid effectId)
    Parameters
    Type Name Description
    Guid effectId
    Returns
    Type Description
    Result
    In This Article
    Back to top Copyright © 2015-2021 by Adam Hellberg and Brandon Scott
    Generated by DocFX