SIFWorks ADK 2.0
PullDelayOnError Property
NamespacesEdustructures.SifWorksAgentPropertiesPullDelayOnError

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

For pull agents, gets the amount of time in milliseconds the agent will delay when it encounters a transport error or disconnected zone when attempting to pull the next message from its queue.
For pull agents, sets the amount of time in milliseconds the agent will delay when it encounters a transport error or disconnected zone when attempting to pull the next message from its queue.
Declaration Syntax
C#Visual BasicVisual C++
public virtual TimeSpan PullDelayOnError{ get; set;}
Public Overridable Property PullDelayOnError As TimeSpan
public:
virtual property TimeSpan PullDelayOnError {
	TimeSpan get ();
	void set (TimeSpan value);
}
Return Value
The pull delay (in milliseconds)
Return Value
The pull delay (in milliseconds)

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