com.clover.remotepay.transport.CloverTransport.EnablePinging C# (CSharp) Метод

EnablePinging() защищенный Метод

protected EnablePinging ( int pingSleepSeconds ) : void
pingSleepSeconds int
Результат void
        protected void EnablePinging(int pingSleepSeconds)
        {
            this.pingSleepSeconds = pingSleepSeconds;
        }