Skip to content

WitnessTeardown.Dispose(int, IDisposable?) method

Defined in

Type: WitnessTeardown Namespace: ReactiveUI.Primitives.Advanced Assembly: ReactiveUI.Primitives.Core.dll

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

public static bool Dispose(ref int disposed, ref IDisposable? cancel)

View source

Summary: Disposes the upstream subscription exactly once.

Parameters

NameTypeDescription
ref disposedintThe run-once latch; 0 when alive, 1 once disposed.
ref cancelIDisposable?The upstream subscription to dispose.

Returns: bool -- true on the first disposal; otherwise false.