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
- deploymentContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostNamePrefix
Type: System.String
- deletePublishersIfExist
Type: System.Boolean
- logger
Type: Microsoft.TeamFoundation.Common.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.