Search Results for

    Show / Hide Table of Contents

    Class NativeSdkMethods.SetEffectDelegate

    Set effect.

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

    Constructors

    SetEffectDelegate(Object, IntPtr)

    Declaration
    public SetEffectDelegate(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