MessagingException.IsTransient Property

 

Gets a value indicating whether the exception is transient. Check this property to determine if the operation should be retried.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

public bool IsTransient { get; protected set; }
public:
property bool IsTransient {
    bool get();
    protected: void set(bool value);
}
member IsTransient : bool with get, set
Public Property IsTransient As Boolean
    Get
    Protected Set
End Property

Property Value

Type: System.Boolean

Returns Boolean.

See Also

MessagingException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top