AzureMediaServicesClassFactory.GetQueryRetryPolicy 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
GetQueryRetryPolicy() |
Obsolete.
|
GetQueryRetryPolicy(IRetryPolicyAdapter) |
GetQueryRetryPolicy()
Caution
This API is now deprecated.
[System.Obsolete]
public override Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.MediaRetryPolicy GetQueryRetryPolicy ();
[<System.Obsolete>]
override this.GetQueryRetryPolicy : unit -> Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.MediaRetryPolicy
Public Overrides Function GetQueryRetryPolicy () As MediaRetryPolicy
Returns
- Attributes
Applies to
GetQueryRetryPolicy(IRetryPolicyAdapter)
public override Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.MediaRetryPolicy GetQueryRetryPolicy (Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.IRetryPolicyAdapter adapter);
override this.GetQueryRetryPolicy : Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.IRetryPolicyAdapter -> Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.MediaRetryPolicy
Public Overrides Function GetQueryRetryPolicy (adapter As IRetryPolicyAdapter) As MediaRetryPolicy
Parameters
- adapter
- IRetryPolicyAdapter