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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ClientNotificationException Class
Microsoft.VisualStudio.Services.ClientNotification Namespace