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

Number of times to retry a failed enqueue request before returning a fail to the application

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

Syntax

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