Share via


ICodeContainerStorageManager.GetAsync(String, CancellationToken) Method

Definition

Retrieves the CodeContainer whose Full-Path is equal to fullPath.

public:
 System::Threading::Tasks::Task<Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainer ^> ^ GetAsync(System::String ^ fullPath, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainer> GetAsync (string fullPath, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainer>
Public Function GetAsync (fullPath As String, cancellationToken As CancellationToken) As Task(Of CodeContainer)

Parameters

fullPath
String
cancellationToken
CancellationToken

Returns

Applies to