MessageClientEntity.RetryPolicy Property

Gets or sets a retry policy associated with this instance that determines whether if the request should be retried.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Public Property RetryPolicy As RetryPolicy
    Get
    Set
'Usage
Dim instance As MessageClientEntity
Dim value As RetryPolicy

value = instance.RetryPolicy

instance.RetryPolicy = value
public RetryPolicy RetryPolicy { get; set; }
public:
property RetryPolicy^ RetryPolicy {
    RetryPolicy^ get ();
    void set (RetryPolicy^ value);
}
member RetryPolicy : RetryPolicy with get, set
function get RetryPolicy () : RetryPolicy
function set RetryPolicy (value : RetryPolicy)

Property Value

Type: Microsoft.ServiceBus.RetryPolicy
A retry policy associated with this instance that determines whether if the request should be retried.

See Also

Reference

MessageClientEntity Class

Microsoft.ServiceBus.Messaging Namespace