CXProviderDelegate.TimedOutPerformingAction(CXProvider, CXAction) 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.
Method that is called when a timeout is hit before an action is finished performing.
[Foundation.Export("provider:timedOutPerformingAction:")]
public virtual void TimedOutPerformingAction (CallKit.CXProvider provider, CallKit.CXAction action);
abstract member TimedOutPerformingAction : CallKit.CXProvider * CallKit.CXAction -> unit
override this.TimedOutPerformingAction : CallKit.CXProvider * CallKit.CXAction -> unit
Parameters
- provider
- CXProvider
The provider to which the provider delegate belongs.
- action
- CXAction
The action that timed out.
- Attributes