SqlConfigurableRetryFactory.CreateNoneRetryProvider Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a non-retriable provider with a TransientPredicate that returns false
.
public:
static Microsoft::Data::SqlClient::SqlRetryLogicBaseProvider ^ CreateNoneRetryProvider();
public static Microsoft.Data.SqlClient.SqlRetryLogicBaseProvider CreateNoneRetryProvider ();
static member CreateNoneRetryProvider : unit -> Microsoft.Data.SqlClient.SqlRetryLogicBaseProvider
Public Shared Function CreateNoneRetryProvider () As SqlRetryLogicBaseProvider
Returns
A SqlRetryLogicBaseProvider object.
Remarks
Note
The returned provider of this function performs a single execution without any retry logic.