Share via


IMessageProvider.FixMessageQueueMappings Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Sub FixMessageQueueMappings ( _
    deploymentContext As TeamFoundationRequestContext, _
    hostNamePrefix As String, _
    deletePublishersIfExist As Boolean, _
    logger As ITFLogger _
)
void FixMessageQueueMappings(
    TeamFoundationRequestContext deploymentContext,
    string hostNamePrefix,
    bool deletePublishersIfExist,
    ITFLogger logger
)
void FixMessageQueueMappings(
    TeamFoundationRequestContext^ deploymentContext, 
    String^ hostNamePrefix, 
    bool deletePublishersIfExist, 
    ITFLogger^ logger
)
abstract FixMessageQueueMappings : 
        deploymentContext:TeamFoundationRequestContext * 
        hostNamePrefix:string * 
        deletePublishersIfExist:bool * 
        logger:ITFLogger -> unit
function FixMessageQueueMappings(
    deploymentContext : TeamFoundationRequestContext, 
    hostNamePrefix : String, 
    deletePublishersIfExist : boolean, 
    logger : ITFLogger
)

Parameters

.NET Framework Security

See Also

Reference

IMessageProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace