com.clover.remotepay.transport.CloverTransport.EnablePinging C# (CSharp) Method

EnablePinging() protected method

protected EnablePinging ( int pingSleepSeconds ) : void
pingSleepSeconds int
return void
        protected void EnablePinging(int pingSleepSeconds)
        {
            this.pingSleepSeconds = pingSleepSeconds;
        }