Megosztás a következőn keresztül:


NotificationHubRetryOptionsExtensions.ToRetryPolicy Method

Definition

Converts the options into a retry policy for use.

public static Microsoft.Azure.NotificationHubs.NotificationHubRetryPolicy ToRetryPolicy (this Microsoft.Azure.NotificationHubs.NotificationHubRetryOptions instance);
static member ToRetryPolicy : Microsoft.Azure.NotificationHubs.NotificationHubRetryOptions -> Microsoft.Azure.NotificationHubs.NotificationHubRetryPolicy
<Extension()>
Public Function ToRetryPolicy (instance As NotificationHubRetryOptions) As NotificationHubRetryPolicy

Parameters

instance
NotificationHubRetryOptions

The instance that this method was invoked on.

Returns

The NotificationHubRetryPolicy represented by the options.

Applies to