API Reference
Class
TrustCommunicationEventLogParser
Reads event logs for trust communication failures.
Inheritance
- Object
- TrustCommunicationEventLogParser
Constructors
public TrustCommunicationEventLogParser(Func<String, IEnumerable<TrustCommunicationIssue>> readEvents = null) #Initializes a new instance of the TrustCommunicationEventLogParser class.
Parameters
- readEvents System.Func{System.String,System.Collections.Generic.IEnumerable{ADPlayground.Trusts.TrustCommunicationIssue}} = null
Methods
public IEnumerable<TrustCommunicationIssue> GetIssues(String computerName = null) #Returns:
IEnumerable<TrustCommunicationIssue>Retrieves trust communication issues from event logs.
Parameters
- computerName System.String = null