Share via


CXProviderDelegate_Extensions.TimedOutPerformingAction Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void TimedOutPerformingAction(this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, CallKit.CXAction action);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member TimedOutPerformingAction : CallKit.ICXProviderDelegate * CallKit.CXProvider * CallKit.CXAction -> unit

Parameters

provider
CXProvider

The provider to which the provider delegate belongs.

action
CXAction

The action that timed out.

Attributes

Applies to