MonobjcMonobjc Documented Class Library
SetAutoupdateInterval Method (autoupdate, interval)
NamespacesMonobjc.SecurityInterfaceSFAuthorizationViewSetAutoupdateInterval(Boolean, Double)

Sets the authorization view to update itself at a specific interval.

Original signature is '- (void)setAutoupdate:(BOOL)autoupdate interval:(NSTimeInterval)interval'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetAutoupdateInterval(
	bool autoupdate,
	double interval
)
Public Overridable Sub SetAutoupdateInterval ( _
	autoupdate As Boolean, _
	interval As Double _
)
public:
virtual void SetAutoupdateInterval(
	bool autoupdate, 
	double interval
)
Parameters
autoupdate (Boolean)
Specifies whether the authorization view should update itself automatically. Set to YES to enable autoupdates.
interval (Double)
If autoupdate is YES, sets the interval at which updates take place, in seconds.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.SecurityInterface (Module: Monobjc.SecurityInterface)