Search Results for

    Show / Hide Table of Contents

    Delegate LicenseSummaryDelegate

    Namespace: Sdl.Common.Licensing.AppSupport
    Assembly: Sdl.Common.Licensing.AppSupport.dll
    Syntax
    public delegate string LicenseSummaryDelegate(IProductLicense productLicense);
    Parameters
    Type Name Description
    IProductLicense productLicense
    Returns
    Type Description
    System.String

    Constructors

    LicenseSummaryDelegate(Object, IntPtr)

    Declaration
    public LicenseSummaryDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(IProductLicense, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IProductLicense productLicense, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    IProductLicense productLicense
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual string EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.String

    Invoke(IProductLicense)

    Declaration
    public virtual string Invoke(IProductLicense productLicense)
    Parameters
    Type Name Description
    IProductLicense productLicense
    Returns
    Type Description
    System.String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • LicenseSummaryDelegate(Object, IntPtr)
    • Methods
      • BeginInvoke(IProductLicense, AsyncCallback, Object)
      • EndInvoke(IAsyncResult)
      • Invoke(IProductLicense)
    • Extension Methods
    Back to top Generated by DocFX