CXCallDirectoryManager.ReloadExtensionAsync(String) 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.
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