MessengerNotInTimeWindow Property |
If the message is considered to be outside of the Time Window
then the usmStatsNotInTimeWindows counter is incremented and
an error indication (notInTimeWindow) together with the OID,
the value of the incremented counter, and an indication that
the error must be reported with a securityLevel of authNoPriv,
is returned to the calling module
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static ObjectIdentifier NotInTimeWindow { get; }
Public Shared ReadOnly Property NotInTimeWindow As ObjectIdentifier
Get
Dim value As ObjectIdentifier
value = Messenger.NotInTimeWindow
public:
static property ObjectIdentifier^ NotInTimeWindow {
ObjectIdentifier^ get ();
}
static member NotInTimeWindow : ObjectIdentifier with get
Property Value
ObjectIdentifier
See Also