Sage.PL.WebAPI.Interface.Interfaces Namespace > IPingController Interface > IPingController Methods > Get Method 

Drukuj

.NET Framework Class Library

IPingController.Get Method

Metoda umożliwia sprawdzenie działania WebAPI, uruchomionych instancji Handlu/ITG oraz załadowanych modułów.

[GET] /api/Ping

Namespace: Sage.PL.WebAPI.Interface.Interfaces

Assembly:  Sage.PL.WebAPI.Interface (in Sage.PL.WebAPI.Interface.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function Get As IHttpActionResult

C#

IHttpActionResult Get()

Visual C++

IHttpActionResultGet()

JavaScript

function get();

Return Value

Zwraca obiekt Ping.

See Also

IPingController Interface

IPingController Members

Sage.PL.WebAPI.Interface.Interfaces Namespace