com.clover.remotepay.transport.CloverTransport.EnablePinging C# (CSharp) Méthode

EnablePinging() protected méthode

protected EnablePinging ( int pingSleepSeconds ) : void
pingSleepSeconds int
Résultat void
        protected void EnablePinging(int pingSleepSeconds)
        {
            this.pingSleepSeconds = pingSleepSeconds;
        }