NumberGeneratorNextId Property |
Returns next ID. This method is thread-safe within this instance of NumberGenerator.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic int NextId { get; }
Public ReadOnly Property NextId As Integer
Get
Dim instance As NumberGenerator
Dim value As Integer
value = instance.NextId
public:
property int NextId {
int get ();
}
member NextId : int with get
Property Value
Int32
See Also