Search Results for

    Show / Hide Table of Contents

    Class TickSource<T>

    TBD

    Inheritance
    object
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>
    TickSource<T>
    Implements
    IGraphStageWithMaterializedValue<SourceShape<T>, ICancelable>
    IGraph<SourceShape<T>, ICancelable>
    IGraph<SourceShape<T>>
    Inherited Members
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.Shape
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.Module
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.Named(string)
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.Async()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.Implementation.Fusing
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class TickSource<T> : GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>, IGraphStageWithMaterializedValue<SourceShape<T>, ICancelable>, IGraph<SourceShape<T>, ICancelable>, IGraph<SourceShape<T>>
    Type Parameters
    Name Description
    T

    TBD

    Constructors

    | Edit this page View Source

    TickSource(TimeSpan, TimeSpan, T)

    TBD

    Declaration
    public TickSource(TimeSpan initialDelay, TimeSpan interval, T tick)
    Parameters
    Type Name Description
    TimeSpan initialDelay

    TBD

    TimeSpan interval

    TBD

    T tick

    TBD

    Properties

    | Edit this page View Source

    InitialAttributes

    TBD

    Declaration
    protected override Attributes InitialAttributes { get; }
    Property Value
    Type Description
    Attributes
    Overrides
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.InitialAttributes
    | Edit this page View Source

    Out

    TBD

    Declaration
    public Outlet<T> Out { get; }
    Property Value
    Type Description
    Outlet<T>
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public override SourceShape<T> Shape { get; }
    Property Value
    Type Description
    SourceShape<T>
    Overrides
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.Shape

    Methods

    | Edit this page View Source

    CreateLogicAndMaterializedValue(Attributes)

    TBD

    Declaration
    public override ILogicAndMaterializedValue<ICancelable> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
    Parameters
    Type Name Description
    Attributes inheritedAttributes

    TBD

    Returns
    Type Description
    ILogicAndMaterializedValue<ICancelable>

    TBD

    Overrides
    GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>.CreateLogicAndMaterializedValue(Attributes)
    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    Implements

    IGraphStageWithMaterializedValue<TShape, TMaterialized>
    IGraph<TShape, TMaterialized>
    IGraph<TShape>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET