CXProviderDelegate_Extensions.DidBegin 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.
The system began a call for the app.
public static void DidBegin (this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider);
static member DidBegin : CallKit.ICXProviderDelegate * CallKit.CXProvider -> unit
Parameters
- This
- ICXProviderDelegate
The instance on which this extension method operates.
- provider
- CXProvider
The provider to which the provider delegate belongs.