LogSubscriber(String, Boolean) Constructor
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 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.