C# Class tik4net.Objects.Ip.DhcpServer.DhcpServerLease

ファイルを表示 Open project: danikf/tik4net

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

CheckStatus() public method

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

MakeStatic() public method

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