TeamFoundationRequestContext.Elevate Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Elevate() | Returns a SystemRequestContext. If the current context is a system context, it will return itself. | |
Elevate(Boolean) | Returns a SystemRequestContext. If the current context is a system context, it will return itself.This [requestContext] is managed by the owning context and should not be disposed after the caller is finished, this will be done when the root context is disposed. |
Top