Свойство | Type | Description | |
---|---|---|---|
ProviderGuid | System.Guid |
Méthode | Description | |
---|---|---|
LazyCopyEventParser ( TraceEventSource source ) : System |
Initializes a new instance of the LazyCopyEventParser class.
|
Méthode | Description | |
---|---|---|
EnumerateTemplates ( Func |
Returns a list of all templates currently existing.
|
|
GetProviderName ( ) : string |
Returns the name of the provider this parser can handle.
|
Méthode | Description | |
---|---|---|
InvokeFileAccessed ( FileAccessedEventData eventData ) : void |
Invokes the FileAccessed handles, if any.
|
|
InvokeFileFetched ( FileFetchedEventData eventData ) : void |
Invokes the FileFetched handles, if any.
|
|
InvokeFileNotFetched ( FileNotFetchedEventData eventData ) : void |
Invokes the FileNotFetched handles, if any.
|
protected EnumerateTemplates ( Func |
||
eventsToObserve | Func |
Template enumerator. |
callback | Action |
Callback to be invoked per event. |
Résultat | void |
public LazyCopyEventParser ( TraceEventSource source ) : System | ||
source | TraceEventSource | Event source. |
Résultat | System |