Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core.Extensions
Assembly: Microsoft.TeamFoundation.Server.Core.Extensions (in Microsoft.TeamFoundation.Server.Core.Extensions.dll)
Syntax
'Declaration
<ServicingStepAttribute> _
Public Sub MakeMessageQueueServiceAppRelative ( _
targetContext As TeamFoundationRequestContext, _
servicingContext As ServicingContext _
)
[ServicingStepAttribute]
public void MakeMessageQueueServiceAppRelative(
TeamFoundationRequestContext targetContext,
ServicingContext servicingContext
)
[ServicingStepAttribute]
public:
void MakeMessageQueueServiceAppRelative(
TeamFoundationRequestContext^ targetContext,
ServicingContext^ servicingContext
)
[<ServicingStepAttribute>]
member MakeMessageQueueServiceAppRelative :
targetContext:TeamFoundationRequestContext *
servicingContext:ServicingContext -> unit
public function MakeMessageQueueServiceAppRelative(
targetContext : TeamFoundationRequestContext,
servicingContext : ServicingContext
)
Parameters
- targetContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- servicingContext
Type: Microsoft.TeamFoundation.Framework.Server.ServicingContext
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.