Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Interface ICommandsHandlerProvider

    A service that deals with resolving Handler instance to run command in.

    Namespace: TehGM.Wolfringo.Commands.Initialization
    Assembly: Wolfringo.Commands.dll
    Syntax
    public interface ICommandsHandlerProvider

    Methods

    | Improve this Doc View Source

    GetCommandHandler(ICommandInstanceDescriptor, IServiceProvider)

    Resolves a command handler instance.

    Declaration
    ICommandsHandlerProviderResult GetCommandHandler(ICommandInstanceDescriptor descriptor, IServiceProvider services)
    Parameters
    Type Name Description
    ICommandInstanceDescriptor descriptor

    Descriptor of the command instance.

    System.IServiceProvider services

    Services that can be used for creaton of handlers.

    Returns
    Type Description
    ICommandsHandlerProviderResult

    A result of the command handler initialization.