RegistrationException.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 Property IsTransient As Boolean
	Get
	Protected Set
End Property

Property Value

Type: System.Boolean

Returns Boolean.

Return to top
Show: