C# 클래스 tik4net.Objects.Ip.DhcpServer.DhcpServerLease

파일 보기 프로젝트 열기: danikf/tik4net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckStatus ( ITikConnection connection ) : void

Check status of a given busy dynamic lease, and free it in case of no response

MakeStatic ( ITikConnection connection ) : void

Convert a dynamic lease to a static one

메소드 상세

CheckStatus() 공개 메소드

Check status of a given busy dynamic lease, and free it in case of no response
public CheckStatus ( ITikConnection connection ) : void
connection ITikConnection
리턴 void

MakeStatic() 공개 메소드

Convert a dynamic lease to a static one
public MakeStatic ( ITikConnection connection ) : void
connection ITikConnection
리턴 void