LogSubscriber Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |