LogSubscriber Struct

Definition

Represents a log subscriber for a resource.

public readonly struct LogSubscriber : IEquatable<Aspire.Hosting.ApplicationModel.LogSubscriber>
type LogSubscriber = struct
Public Structure LogSubscriber
Implements IEquatable(Of LogSubscriber)
Inheritance
LogSubscriber
Implements

Constructors

LogSubscriber(String, Boolean)

Represents a log subscriber for a resource.

Properties

AnySubscribers

Determines if there are any subscribers.

Name

The the resource name.

Methods

Deconstruct(String, Boolean)
Equals(LogSubscriber)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(LogSubscriber, LogSubscriber)
Inequality(LogSubscriber, LogSubscriber)

Applies to