ICodeContainerProvider 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.
Information about a provider that is capable of acquiring an online resource to a local machine.
public interface class ICodeContainerProvider
public interface class ICodeContainerProvider
__interface ICodeContainerProvider
[System.Runtime.InteropServices.Guid("2DA0FCD8-5684-4EB6-8A6D-2F2621B85018")]
public interface ICodeContainerProvider
[<System.Runtime.InteropServices.Guid("2DA0FCD8-5684-4EB6-8A6D-2F2621B85018")>]
type ICodeContainerProvider = interface
Public Interface ICodeContainerProvider
- Attributes
Methods
AcquireCodeContainerAsync(CodeContainer, IProgress<ServiceProgressData>, CancellationToken) |
Acquires a previously known online code container locally. An example of a previously known code container is for a given signed in user, a code container that was acquired on one device and available as an online code container on a second device and available for reacquisition. |
AcquireCodeContainerAsync(IProgress<ServiceProgressData>, CancellationToken) |
Acquires an online code container locally. |