ServiceTraceWriter::IsApplicationTrace Method (String^)

 

Determines whether a category is a application category by checking that the trace does not start with any of the excluded category prefixes.

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

protected:
virtual bool IsApplicationTrace(
	String^ category
)

Parameters

category
Type: System::String^

The category to check

Return Value

Type: System::Boolean

true if this is a user trace; false otherwise.

Return to top
Show: