Click or drag to resize

Revision Constructor

Initializes a new instance of the Revision class.

Namespace:  Lextm.SharpSnmpPro.Mib
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public Revision(
	IToken revision,
	string description
)

Parameters

revision
Type: IToken
The revision.
description
Type: SystemString
The description.
See Also