CXProviderDelegate_Extensions.TimedOutPerformingAction Method

Definition

Method that is called when a timeout is hit before an action is finished performing.

public static void TimedOutPerformingAction (this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, CallKit.CXAction action);
static member TimedOutPerformingAction : CallKit.ICXProviderDelegate * CallKit.CXProvider * CallKit.CXAction -> unit

Parameters

This
ICXProviderDelegate

The instance on which this extension method operates.

provider
CXProvider

The provider to which the provider delegate belongs.

action
CXAction

The action that timed out.

Applies to