LogSubscriber
Struct readonly net10.0
Represents a log subscriber for a resource.
namespace Aspire.Hosting.ApplicationModel;
public sealed readonly struct LogSubscriber : System.IEquatable<Aspire.Hosting.ApplicationModel.LogSubscriber>{ // ...} IEquatable<LogSubscriber>
10 members
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesAnySubscribersget; initboolDetermines if there are any subscribers.
Nameget; initstringThe the resource name.
Methods7
Section titled MethodsDeconstruct(string, bool)Equals(object)boolIndicates whether this instance and a specified object are equal.
Equals(LogSubscriber)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintReturns the hash code for this instance.
op_Equality(LogSubscriber, LogSubscriber)staticboolop_Inequality(LogSubscriber, LogSubscriber)staticboolToStringstringReturns the fully qualified type name of this instance.