TraceComponentInfo Constructor
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub New ( _
prettyName As String, _
componentGuid As Guid, _
tagInfoList As TraceTagInfo() _
)
'Usage
Dim prettyName As String
Dim componentGuid As Guid
Dim tagInfoList As TraceTagInfo()
Dim instance As New TraceComponentInfo(prettyName, _
componentGuid, tagInfoList)
public TraceComponentInfo(
string prettyName,
Guid componentGuid,
TraceTagInfo[] tagInfoList
)