Beispiel #1
0
 /// <summary>
 /// Send handshake to apination from HeartBeat Job
 /// </summary>
 public void Handshake()
 {
     httpUtility.Post(config.ApinationHeartbeatEndpointUrl, parameters: null);
 }