Search Results for

    Show / Hide Table of Contents

    Class PhobosConfigBuilder

    Used to configure Phobos programmatically.

    Inheritance
    System.Object
    PhobosConfigBuilder
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Phobos.Actor.Configuration
    Assembly: Phobos.Actor.dll
    Syntax
    public sealed class PhobosConfigBuilder

    Methods

    WithMetrics(Action<MetricsConfigBuilder>)

    Declaration
    public PhobosConfigBuilder WithMetrics(Action<MetricsConfigBuilder> builder)
    Parameters
    Type Name Description
    System.Action<MetricsConfigBuilder> builder
    Returns
    Type Description
    PhobosConfigBuilder

    WithTracing(Action<TracingConfigBuilder>)

    Declaration
    public PhobosConfigBuilder WithTracing(Action<TracingConfigBuilder> builder)
    Parameters
    Type Name Description
    System.Action<TracingConfigBuilder> builder
    Returns
    Type Description
    PhobosConfigBuilder
    In This Article
    Back to top Generated by DocFX