InstrumentationListener.GetEventSourceName Method

Gets the event source name as defined in the class metadata.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Protected Function GetEventSourceName As String
protected string GetEventSourceName()
protected:
String^ GetEventSourceName()
protected function GetEventSourceName() : String

Return Value

The event source name.

See Also

InstrumentationListener Class

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation Namespace