WebHostTraceWriter.IsSystemTrace Method (String)

 

Determines whether a category is a system category.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

Protected Overridable Function IsSystemTrace (
	category As String
) As Boolean

Parameters

category
Type: System.String

The category to check

Return Value

Type: System.Boolean

true if this is a system trace; false otherwise.

Return to top
Show: