CXProviderDelegate.PerformSetHeldCallAction 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.
Performs a hold call action.
[Foundation.Export("provider:performSetHeldCallAction:")]
public virtual void PerformSetHeldCallAction (CallKit.CXProvider provider, CallKit.CXSetHeldCallAction action);
abstract member PerformSetHeldCallAction : CallKit.CXProvider * CallKit.CXSetHeldCallAction -> unit
override this.PerformSetHeldCallAction : CallKit.CXProvider * CallKit.CXSetHeldCallAction -> unit
Parameters
- provider
- CXProvider
The provider to which the provider delegate belongs.
- action
- CXSetHeldCallAction
The hold call action to perform.
- Attributes
Remarks
This method can also be used to resume, or unhold, a call.