Class EventSources.GraphSearchEventSource
Source of events occuring at graph construction phase.
Inheritance
System.Object
System.Diagnostics.Tracing.EventSource
EventSources.GraphSearchEventSource
Implements
System.IDisposable
Inherited Members
System.Diagnostics.Tracing.EventSource.Dispose()
System.Diagnostics.Tracing.EventSource.Dispose(System.Boolean)
System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type, System.String)
System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type, System.String, System.Diagnostics.Tracing.EventManifestOptions)
System.Diagnostics.Tracing.EventSource.GetGuid(System.Type)
System.Diagnostics.Tracing.EventSource.GetName(System.Type)
System.Diagnostics.Tracing.EventSource.GetSources()
System.Diagnostics.Tracing.EventSource.GetTrait(System.String)
System.Diagnostics.Tracing.EventSource.IsEnabled()
System.Diagnostics.Tracing.EventSource.IsEnabled(System.Diagnostics.Tracing.EventLevel, System.Diagnostics.Tracing.EventKeywords)
System.Diagnostics.Tracing.EventSource.IsEnabled(System.Diagnostics.Tracing.EventLevel, System.Diagnostics.Tracing.EventKeywords, System.Diagnostics.Tracing.EventChannel)
System.Diagnostics.Tracing.EventSource.OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs)
System.Diagnostics.Tracing.EventSource.SendCommand(System.Diagnostics.Tracing.EventSource, System.Diagnostics.Tracing.EventCommand, System.Collections.Generic.IDictionary<System.String, System.String>)
System.Diagnostics.Tracing.EventSource.SetCurrentThreadActivityId(System.Guid)
System.Diagnostics.Tracing.EventSource.SetCurrentThreadActivityId(System.Guid, System.Guid)
System.Diagnostics.Tracing.EventSource.ToString()
System.Diagnostics.Tracing.EventSource.Write(System.String)
System.Diagnostics.Tracing.EventSource.Write(System.String, System.Diagnostics.Tracing.EventSourceOptions)
System.Diagnostics.Tracing.EventSource.Write<T>(System.String, T)
System.Diagnostics.Tracing.EventSource.Write<T>(System.String, System.Diagnostics.Tracing.EventSourceOptions, T)
System.Diagnostics.Tracing.EventSource.Write<T>(System.String, System.Diagnostics.Tracing.EventSourceOptions, T)
System.Diagnostics.Tracing.EventSource.Write<T>(System.String, System.Diagnostics.Tracing.EventSourceOptions, System.Guid, System.Guid, T)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Byte[])
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Int32)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Int32, System.Int32)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Int32, System.Int32, System.Int32)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Int32, System.String)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Int64)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Int64, System.Byte[])
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Int64, System.Int64)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Int64, System.Int64, System.Int64)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Int64, System.String)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.Object[])
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.String)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.String, System.Int32)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.String, System.Int32, System.Int32)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.String, System.Int64)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.String, System.String)
System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32, System.String, System.String, System.String)
System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32, System.Int32, System.Diagnostics.Tracing.EventSource.EventData*)
System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32, System.Guid, System.Object[])
System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32, System.Guid*, System.Int32, System.Diagnostics.Tracing.EventSource.EventData*)
System.Diagnostics.Tracing.EventSource.ConstructionException
System.Diagnostics.Tracing.EventSource.CurrentThreadActivityId
System.Diagnostics.Tracing.EventSource.Guid
System.Diagnostics.Tracing.EventSource.Name
System.Diagnostics.Tracing.EventSource.Settings
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Mars.Common.Collections.KNNGraph
Assembly: Mars.Common.dll
Syntax
[EventSource(Name = "Knn.Network.Search")]
[ComVisible(false)]
public class GraphSearchEventSource : EventSource, IDisposable
Fields
| Improve this Doc View SourceInstance
The singleton instance of the source.
Declaration
public static readonly EventSources.GraphSearchEventSource Instance
Field Value
Type | Description |
---|---|
EventSources.GraphSearchEventSource |
Implements
System.IDisposable