Skip to content

BehaviorSignalCreationOptions record

Attributes: [DebuggerDisplay("PublishingOption = {PublishingOption}, IsStateless = {IsStateless}")]

Defined in

Namespace: ReactiveUI.Primitives.Async.Signals Assembly: ReactiveUI.Primitives.Async.Core.dll Full name: ReactiveUI.Primitives.Async.Signals.BehaviorSignalCreationOptions Modifiers: public sealed

Summary

View source

Represents configuration options for creating a behavior Signal, including publishing behavior and statefulness.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481, net471

Class hierarchy
classDiagram
class BehaviorSignalCreationOptions
class IEquatable~BehaviorSignalCreationOptions~ {
    <>
}
IEquatable~BehaviorSignalCreationOptions~ <|.. BehaviorSignalCreationOptions

Implements: IEquatable

Constructors

NameSummary
.ctor

Properties

NameSummary
static DefaultGets the default configuration options for creating a new BehaviorSignal instance.
PublishingOptionGets the publishing option to use when processing the item.
IsStatelessGets a value indicating whether the object is stateless.

Methods

NameSummary
ToString
GetHashCode
Equals

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members