SIFWorks ADK 2.0
PullFrequency Property
NamespacesEdustructures.SifWorksAgentPropertiesPullFrequency

[This is preliminary documentation and is subject to change.]

Gets the Pull frequency when the agent is registered in Pull mode. By default, a Pull agent will query the ZIS for new messages every 30 seconds.
Declaration Syntax
C#Visual BasicVisual C++
public virtual TimeSpan PullFrequency{ get; set;}
Public Overridable Property PullFrequency As TimeSpan
public:
virtual property TimeSpan PullFrequency {
	TimeSpan get ();
	void set (TimeSpan value);
}
Value
The number of milliseconds between Pull requests

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10