public void SetEntryType(PerformanceEntryType type)
 {
     EntryType = type;
 }
示例#2
0
 /// <summary>
 /// Get the next buffer to store a performance detailed entry.
 /// </summary>
 /// <param name="performanceEntry">The output <see cref="PerformanceEntryAddresses"/>.</param>
 /// <param name="detailType">The <see cref="PerformanceDetailType"/> info.</param>
 /// <param name="entryType">The <see cref="PerformanceEntryType"/> info.</param>
 /// <param name="nodeId">The node id of the entry.</param>
 /// <returns>Return true, if a valid <see cref="PerformanceEntryAddresses"/> was returned.</returns>
 public abstract bool GetNextEntry(out PerformanceEntryAddresses performanceEntry, PerformanceDetailType detailType, PerformanceEntryType entryType, int nodeId);