Edit

Share via


CommonEventSource.RegistryNonNotification<T> Method

Definition

[System.Diagnostics.Tracing.Event(10002, Keywords=2, Level=System.Diagnostics.Tracing.EventLevel.Informational, Message="Registry monitored a non-notification event. cached {0}, oldValue {1}, exist {2} newValue {3}")]
public void RegistryNonNotification<T> (bool cached, T oldValue, bool exist, T newValue);
member this.RegistryNonNotification : bool * 'T * bool * 'T -> unit
Public Sub RegistryNonNotification(Of T) (cached As Boolean, oldValue As T, exist As Boolean, newValue As T)

Type Parameters

T

Parameters

cached
Boolean
oldValue
T
exist
Boolean
newValue
T
Attributes

Applies to