Untitled

mail@pastecode.io avatar
unknown
plain_text
2 months ago
420 B
2
Indexable
Never
  public DeviceInfo Ping (string xRequestID)
        {
            return this._defaultApi.Ping(new Dictionary<String, String>(), xRequestID);
        }
        
        public DeviceInfo Ping (Dictionary<String, String> headers)
        {
            return this._defaultApi.Ping(headers);
        }



# Вызов из другого модуля(горит красным и ждет дикт)
var info = api.Ping();