Edytuj

Udostępnij za pośrednictwem


CXCallDirectoryManager.ReloadExtensionAsync(String) Method

Definition

Reloads the identified directory extension and passes an error (if present) to completion.

public virtual System.Threading.Tasks.Task ReloadExtensionAsync (string identifier);
abstract member ReloadExtensionAsync : string -> System.Threading.Tasks.Task
override this.ReloadExtensionAsync : string -> System.Threading.Tasks.Task

Parameters

identifier
String

The unique id of the directory extension to check.

Returns

A task that represents the asynchronous ReloadExtension operation

Applies to