Search Results for

    Show / Hide Table of Contents

    Class NativeSdkMethods.UnInitDelegate

    Uninitialize Chroma SDK.

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

    Constructors

    UnInitDelegate(Object, IntPtr)

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

    Methods

    BeginInvoke(AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
    Parameters
    Type Name Description
    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()

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