InvokeAndWait(IQueryContext, InvokeConfiguration, string, string)

Query which will return an extension api provide the extension's id and name The caller is blocked until execution finishes. Use this form for more control over the way the command/query is invoked. Use this form to pass a command or query context.

Declaration Syntax

public static ExtensionAPI InvokeAndWait(IQueryContext context, InvokeConfiguration invokeConfiguration, string ExtensionId, string ExtensionName)

Parameters

context(IQueryContext)

The context in which to invoke the command

invokeConfiguration(InvokeConfiguration)

Object containing configuration information to specify how the invoke should occur.

ExtensionId(string)

Id of the extension (ShortId or GUID) This parameter is required, and may not be null.

ExtensionName(string)

Name of the extension This parameter is required, and may not be null.