ISolutionService.GetOpenCodeContainersStateAsync(CancellationToken) 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.
Gets open code containers state.
public:
System::Threading::Tasks::Task<Microsoft::VisualStudio::RpcContracts::Solution::OpenCodeContainersState ^> ^ GetOpenCodeContainersStateAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.RpcContracts.Solution.OpenCodeContainersState> GetOpenCodeContainersStateAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetOpenCodeContainersStateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.RpcContracts.Solution.OpenCodeContainersState>
Public Function GetOpenCodeContainersStateAsync (cancellationToken As CancellationToken) As Task(Of OpenCodeContainersState)
Parameters
- cancellationToken
- CancellationToken
A cancellation token.
Returns
The current open code container state.