TeamFoundationMessageBusService.FixMessageQueueMappings Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub FixMessageQueueMappings ( _
deploymentContext As TeamFoundationRequestContext, _
hostNamePrefix As String, _
deletePublishersIfExist As Boolean, _
logger As ITFLogger _
)
public void FixMessageQueueMappings(
TeamFoundationRequestContext deploymentContext,
string hostNamePrefix,
bool deletePublishersIfExist,
ITFLogger logger
)
public:
virtual void FixMessageQueueMappings(
TeamFoundationRequestContext^ deploymentContext,
String^ hostNamePrefix,
bool deletePublishersIfExist,
ITFLogger^ logger
) sealed
abstract FixMessageQueueMappings :
deploymentContext:TeamFoundationRequestContext *
hostNamePrefix:string *
deletePublishersIfExist:bool *
logger:ITFLogger -> unit
override FixMessageQueueMappings :
deploymentContext:TeamFoundationRequestContext *
hostNamePrefix:string *
deletePublishersIfExist:bool *
logger:ITFLogger -> unit
public final function FixMessageQueueMappings(
deploymentContext : TeamFoundationRequestContext,
hostNamePrefix : String,
deletePublishersIfExist : boolean,
logger : ITFLogger
)
Parameters
- deploymentContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostNamePrefix
Type: System.String
- deletePublishersIfExist
Type: System.Boolean
- logger
Type: Microsoft.TeamFoundation.Common.ITFLogger
Implements
IMessageProvider.FixMessageQueueMappings(TeamFoundationRequestContext, String, Boolean, ITFLogger)
.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.