Discuss this help topic in SecureBlackbox Forum

TElMessageTimestamper.AddTSPClient

TElMessageTimestamper     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Adds a timespamping client to the list.

Declaration

[C#]
    int AddTSPClient(TElCustomTSPClient Client);

[VB.NET]
    Function AddTSPClient(ByVal Client As TElCustomTSPClient) As Integer

[Pascal]
    function AddTSPClient(Client : TElCustomTSPClient) : integer;

[C++]
    int32_t AddTSPClient(TElCustomTSPClient &Client);
    int32_t AddTSPClient(TElCustomTSPClient *Client);

[PHP]
    integer AddTSPClient(TElCustomTSPClient $Client)

[Java]
    int addTSPClient(TElCustomTSPClient Client);

Parameters

  • Client - the client to be added to the list.

Return value

    Returns the index of the newly added client in the list.

Description

    Call this method to add a TSP client to the list.

See also:     RemoveTSPClient     TSPClients    

Discuss this help topic in SecureBlackbox Forum