5 references to EvtChannelLoggingConfigAutoBackup
System.Core (5)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (4)
149
object nativeAutoBackupObject = NativeWrapper.EvtGetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigAutoBackup
);
166
NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigAutoBackup
, (object)false);
170
NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigAutoBackup
, (object)true);
174
NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigAutoBackup
, (object)false);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
719
case UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigAutoBackup
: {