Query which will return an extension api provide the extension's id and name
Declaration Syntax
public class GetExtensionApiQuery : IQuery
Table 1937: Members
Method | InvokeAndWait(string, string) |
Query which will return an extension api provide the extension's id and name The caller is blocked until execution finishes. |
Method | InvokeAndWait(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. |
Method | InvokeAndWait(IQueryContext, 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 to pass a command or query context. |
Method | 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. |
Method | InvokeAndWait(IQueryContext, IProgressMonitor, 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 when progress tracking is needed. Use this form to pass a command or query context. |
Method | InvokeAsync(string, string) |
Query which will return an extension api provide the extension's id and name Control returns immediately to the caller. |
Method | InvokeAsync(InvokeConfiguration, string, string) |
Query which will return an extension api provide the extension's id and name Control returns immediately to the caller. Use this form for more control over the way the command/query is invoked. |
Method | InvokeAsync(IQueryContext, string, string) |
Query which will return an extension api provide the extension's id and name Control returns immediately to the caller. Use this form to pass a command or query context. |
Method | InvokeAsync(IQueryContext, InvokeConfiguration, string, string) |
Query which will return an extension api provide the extension's id and name Control returns immediately to the caller. Use this form for more control over the way the command/query is invoked. Use this form to pass a command or query context. |
Method | InvokeAsync(IQueryContext, IProgressMonitor, string, string) |
Query which will return an extension api provide the extension's id and name Control returns immediately to the caller. Use this form when progress tracking is needed. Use this form to pass a command or query context. |