Show / Hide Table of Contents

    Class PetabridgeCmdHostingExtensions

    Akka.Hosting extension methods

    Inheritance
    System.Object
    PetabridgeCmdHostingExtensions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Petabridge.Cmd.Host
    Assembly: cs.temp.dll.dll
    Syntax
    public static class PetabridgeCmdHostingExtensions

    Methods

    AddPetabridgeCmd(AkkaConfigurationBuilder, Action<PetabridgeCmd>)

    Adds a PetabridgeCmd host to this .

    Declaration
    public static AkkaConfigurationBuilder AddPetabridgeCmd(this AkkaConfigurationBuilder builder, Action<PetabridgeCmd> hostConfiguration)
    Parameters
    Type Name Description
    AkkaConfigurationBuilder builder

    The configuration builder instance.

    Action<PetabridgeCmd> hostConfiguration

    Delegate used for configuring CommandPalettes et al.

    Returns
    Type Description
    AkkaConfigurationBuilder

    The same as before.

    AddPetabridgeCmd(AkkaConfigurationBuilder, PetabridgeCmdOptions, Action<PetabridgeCmd>)

    Adds a PetabridgeCmd host to this .

    Declaration
    public static AkkaConfigurationBuilder AddPetabridgeCmd(this AkkaConfigurationBuilder builder, PetabridgeCmdOptions options, Action<PetabridgeCmd> hostConfiguration)
    Parameters
    Type Name Description
    AkkaConfigurationBuilder builder

    The configuration builder instance.

    PetabridgeCmdOptions options

    A set of options for configuring the binding address for Petabridge.Cmd.

    Action<PetabridgeCmd> hostConfiguration

    Delegate used for configuring CommandPalettes et al.

    Returns
    Type Description
    AkkaConfigurationBuilder

    The same as before.

    Back to top Generated by DocFX