Skip to content

PublishingOption enum

Defined in

Namespace: ReactiveUI.Extensions.Async.Subjects Assembly: ReactiveUI.Extensions.dll Full name: ReactiveUI.Extensions.Async.Subjects.PublishingOption Modifiers: public sealed

Summary

        Specifies the available options for publishing operations, indicating whether actions are performed serially or
        concurrently.
        

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

Remarks

Use this enumeration to control the execution mode of publishing processes. Selecting 'Serial' ensures that operations are performed one after another, while 'Concurrent' allows multiple operations to be executed in parallel. The appropriate option depends on the requirements for performance and resource management in your application.

Values

NameValueDescription
Serial0Represents a serial communication interface for transmitting and receiving data over serial ports.
Concurrent1Provides thread-safe operations for managing shared resources in concurrent programming scenarios.