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