Compartir a través de


IMessageProvider.CreatePublisher (Método)

Cree un nuevo editor con el nombre especificado.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Sub CreatePublisher ( _
    requestContext As TeamFoundationRequestContext, _
    messageBusName As String, _
    deleteIfExists As Boolean _
)
void CreatePublisher(
    TeamFoundationRequestContext requestContext,
    string messageBusName,
    bool deleteIfExists
)

Parámetros

  • deleteIfExists
    Tipo: System.Boolean
    Si true y un editor ya existe con el nombre especificado, se eliminarán al editor existente antes de que un nuevo creado con el mismo nombre.Si existe false y el editor ya, no se realizará ninguna otra acción.

Seguridad de .NET Framework

Vea también

Referencia

IMessageProvider Interfaz

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)