storeWalkObjects (property)

Tells the class whether or not to store returned objects.

Syntax

@property (nonatomic,readwrite,assign,getter=storeWalkObjects,setter=setStoreWalkObjects:) BOOL storeWalkObjects;
- (BOOL)storeWalkObjects;
- (void)setStoreWalkObjects:(BOOL)newStoreWalkObjects;
public var storeWalkObjects: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

When a Walk is performed, this property tells the class whether or not to store the objects that are returned by the server in the Objects collection. If the data is accumulated through the events, and not desired to be saved by the class, set this property to false.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 iOS Edition - Version 20.0 [Build 8202]