Skip to content
DocsTry Aspire
DocsTry

LogSubscriber Constructors

StructConstructors1 member
Represents a log subscriber for a resource.
Represents a log subscriber for a resource.
public struct LogSubscriber
{
public LogSubscriber(
string Name,
bool AnySubscribers)
{
// ...
}
}
NamestringThe the resource name.
AnySubscribersboolDetermines if there are any subscribers.