LogSubscriber(String, Boolean) Constructor

Definition

Represents a log subscriber for a resource.

public LogSubscriber (string Name, bool AnySubscribers);
new Aspire.Hosting.ApplicationModel.LogSubscriber : string * bool -> Aspire.Hosting.ApplicationModel.LogSubscriber
Public Sub New (Name As String, AnySubscribers As Boolean)

Parameters

Name
String

The the resource name.

AnySubscribers
Boolean

Determines if there are any subscribers.

Applies to