Share via


CXCallDirectoryManager.GetEnabledStatusForExtensionAsync(String) Method

Definition

Asynchronously gets the enabled status of the identified extension.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CallKit.CXCallDirectoryEnabledStatus> GetEnabledStatusForExtensionAsync(string identifier);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetEnabledStatusForExtensionAsync : string -> System.Threading.Tasks.Task<CallKit.CXCallDirectoryEnabledStatus>
override this.GetEnabledStatusForExtensionAsync : string -> System.Threading.Tasks.Task<CallKit.CXCallDirectoryEnabledStatus>

Parameters

identifier
String

The unique id of the directory extension to check.

Returns

A task that processes the enabled status of the extension.

Attributes

Remarks

The GetEnabledStatusForExtensionAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to