ServiceProxy<TService>.HandleFailover 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.
Overloads
HandleFailover(Nullable<Boolean>) |
For internal use only. |
HandleFailover(BaseServiceFault, Nullable<Boolean>) |
For internal use only. |
HandleFailover(Nullable<Boolean>)
For internal use only.
protected:
bool HandleFailover(Nullable<bool> retry);
protected bool HandleFailover (bool? retry);
member this.HandleFailover : Nullable<bool> -> bool
Protected Function HandleFailover (retry As Nullable(Of Boolean)) As Boolean
Parameters
Returns
Applies to
HandleFailover(BaseServiceFault, Nullable<Boolean>)
For internal use only.
protected:
Nullable<bool> HandleFailover(Microsoft::Xrm::Sdk::BaseServiceFault ^ fault, Nullable<bool> retry);
protected bool? HandleFailover (Microsoft.Xrm.Sdk.BaseServiceFault fault, bool? retry);
member this.HandleFailover : Microsoft.Xrm.Sdk.BaseServiceFault * Nullable<bool> -> Nullable<bool>
Protected Function HandleFailover (fault As BaseServiceFault, retry As Nullable(Of Boolean)) As Nullable(Of Boolean)
Parameters
- fault
- BaseServiceFault