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

PingResponseTime Property

Returned after calling the Ping method.

Syntax

[VB.NET]
Public ReadOnlyProperty PingResponseTime As Integer

[C#]
public int PingResponseTime {get;}

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 (int i = 0; i < FDMSRegister.ServiceProviders.Length; i++) {
    FDMSRegister.Ping(FDMSRegister.ServiceProviders[i]);
    Console.WriteLine(FDMSRegister.ServiceProviders[i] + " = " + FDMSRegister.PingResponseTime);
  }

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

This property is read-only.

Default Value

0

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