SnmpSharpNet.AgentParameters.Clone C# (CSharp) Method

Clone() public method

Clone current object
public Clone ( ) : object
return object
        public object Clone()
        {
            return new AgentParameters(this.Version,this.Community, this.DisableReplySourceCheck);
        }