|
NumberGeneratorNextId Property
|
Returns next ID. This method is thread-safe within this instance of NumberGenerator.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntaxpublic int NextId { get; }
Public ReadOnly Property NextId As Integer
Get
public:
property int NextId {
int get ();
}
member NextId : int with get
View SourceProperty Value
Int32
See Also