[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Number of milliseconds to wait before retrying an enqueue request

Namespace: Microsoft.WebSolutionsPlatform.Event.PubSubManager
Assembly: PubSubMgr (PubSubMgr)

Syntax

Visual Basic (Declaration)
Public Property RetryPause As Integer
C#
public int RetryPause { get; set; }
C++
public:
int RetryPause {
	int get ();
	void set (int value);
}