Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / RepositoryPublishEngine Class / RepositoryPublishEngine Constructor
Required. The product to restrict sending to.
Optional. The application to restrict sending to.
Optional. The base directory of the repository, overriding the system default.
The server to publish to.

In This Topic
    RepositoryPublishEngine Constructor
    In This Topic
    Create a repository publish engine for the specified local repository to the remote server.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal productName As String, _
       ByVal applicationName As String, _
       ByVal directory As String, _
       ByVal serverConfiguration As ServerConfiguration _
    )

    Parameters

    productName
    Required. The product to restrict sending to.
    applicationName
    Optional. The application to restrict sending to.
    directory
    Optional. The base directory of the repository, overriding the system default.
    serverConfiguration
    The server to publish to.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also