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 (in Microsoft.WindowsAzure.Messaging.dll)

public bool IsTransient { get; protected set; }

Property Value

Type: System.Boolean

Returns Boolean.

Return to top
Show: