IAsyncWorkspaceProviderFactory<T> Interface
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.
Provider workspace async factory
generic <typename T>
public interface class IAsyncWorkspaceProviderFactory
public interface class IAsyncWorkspaceProviderFactory
template <typename T>
__interface IAsyncWorkspaceProviderFactory
public interface IAsyncWorkspaceProviderFactory<T>
type IAsyncWorkspaceProviderFactory<'T> = interface
Public Interface IAsyncWorkspaceProviderFactory(Of T)
Type Parameters
- T
Type of provider to create
Methods
CreateProviderAsync(IWorkspace) |
Create an instance of provider using async pattern |