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;
        }