Show / Hide Table of Contents

Interface IReactiveProcessResource

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 IReactiveProcessResource : IReactiveResource, IKnownResource, IExpressible, IDisposable
Remarks

The IDisposable 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