IProvider.Close 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.
Close function for this provider instance.
public System.Threading.Tasks.Task Close ();
abstract member Close : unit -> System.Threading.Tasks.Task
Public Function Close () As Task
Returns
Completion promise for the Close operation on this provider.