Show / Hide Table of Contents

Interface IAsyncReactiveProcessResource

Interface representing an active resource in a reactive processing service. Processes are hot entities.

Inherited Members
IKnownResource.Uri
IExpressible.Expression
Namespace: Reaqtor.Metadata
Assembly: Reaqtor.Metadata.Model.dll
Syntax
public interface IAsyncReactiveProcessResource : IAsyncReactiveResource, IKnownResource, IExpressible, IAsyncDisposable
Remarks

The IAsyncDisposable implementation will stop the process, e.g. cancelling a subscription or deleting a subject.

Properties

CreationTime

Gets the date and time when the process was created.

Declaration
DateTimeOffset CreationTime { get; }
Property Value
Type Description
System.DateTimeOffset

State

Gets the state that was passed during creation of the resource.

Declaration
object State { get; }
Property Value
Type Description
System.Object
Remarks

Implementers can provide statically typed accessors in derived types.

In This Article
Back to top Generated by DocFX