ClientNotificationException.IsRetryable Property

Namespace:  Microsoft.VisualStudio.Services.ClientNotification
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Property IsRetryable As Boolean
public bool IsRetryable { get; set; }
public:
property bool IsRetryable {
    bool get ();
    void set (bool value);
}
member IsRetryable : bool with get, set
function get IsRetryable () : boolean 
function set IsRetryable (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ClientNotificationException Class

Microsoft.VisualStudio.Services.ClientNotification Namespace