Search Results for

    Show / Hide Table of Contents

    Method SubscribeToEventsTcp

    SubscribeToEventsTcp(int, string, string, int)

    Subscribes to documents events using TCP connection.

    Declaration
    [OperationContract]
    [AvailableSinceVersion(7, 9, 0, 0)]
    void SubscribeToEventsTcp(int inClientVersion, string inClientName, string inClientAddress, int inClientPort)
    Parameters
    Type Name Description
    int inClientVersion

    Version of TopSolid used to build the client application.

    string inClientName

    Client name.

    string inClientAddress

    Client IP address or "localhost" for local machine.

    int inClientPort

    Client port used.

    Remarks

    The version is defined by: Major * 100000000 + Minor * 1000000 + Build * 1000 + Revision.

    For example, v7.5.200.100 is represented by: 705200100.

    This method is available since v7.9.

    In this article
    Back to top
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2025 TopSolid - All rights reserved.