MethodType Enumeration
As web methods are executing, they will record the method type, which allows the logging system to filter the set of methods to the desired type.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Enumeration MethodType
public enum MethodType
public enum class MethodType
type MethodType
public enum MethodType
Members
Member name | Description | |
---|---|---|
Admin | ||
LightWeight | ||
None | ||
Normal | ||
ReadWrite | ||
SystemTask | ||
Tool |