Skip to content
Docs Try Aspire

LogSubscriber Constructors

Struct Constructors 1 member
Represents a log subscriber for a resource.
Represents a log subscriber for a resource.
public struct LogSubscriber
{
public LogSubscriber(
string Name,
bool AnySubscribers)
{
// ...
}
}
Name string The the resource name.
AnySubscribers bool Determines if there are any subscribers.