Method | Description | |
---|---|---|
Get ( string policyName ) : |
Gets the default policy of retry once
|
|
Has ( string policyName ) : bool |
This will always return false as there is only one default policy
|
public Get ( string policyName ) : |
||
policyName | string | Name of the policy. As this a default policy this is not used |
return |
public Has ( string policyName ) : bool | ||
policyName | string | Name of the policy. As this a default policy this is not used |
return | bool |