LogSubscriber Constructors
StructConstructors1 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
NamestringThe the resource name.AnySubscribersboolDetermines if there are any subscribers.