Copy constructor. Initialize the class with the values of the parameter class values.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public SecureAgentParameters( SecureAgentParameters second ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ second As SecureAgentParameters _ ) |
| Visual C++ |
|---|
public: SecureAgentParameters( SecureAgentParameters^ second ) |
Parameters
- second
- Type: SnmpSharpNet..::.SecureAgentParameters
Parameter class.