Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

PingResponseTime Property

Returned after calling the Ping method.

Syntax

fdmsregistercontrol.PingResponseTime

Default Value

0

Remarks

The PingResponseTime contains the total transaction time, in milliseconds, it took for the transaction to reach the Datawire server identified by the URL passed to the Ping method. This time includes only the time the transaction spent between pinged Datawire server and the FDMS host. This property is filled after calling the Ping method. For instance:


  FDMSRegister.ServiceDiscovery("https://staging1.datawire.net/sd")
  For i = 0 To FDMSRegister.ServiceProvidersCount - 1
    FDMSRegister.Ping(FDMSRegister.ServiceProviders[i])
    Debug.Print(FDMSRegister.ServiceProviders[i] & " = " & FDMSRegister.PingResponseTime)
  Next

Note: This property does not apply to Rapid Connect implementations.

This property is read-only.

Data Type

Long

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0