LoadAsync(params string[])
Declaration
public Task<Workspace> LoadAsync(params string[] paths)Parameters
| Type | Name | Description |
|---|---|---|
| string[] | paths |
Returns
| Type | Description |
|---|---|
| Task<Workspace> |
LoadAsync(ImmutableArray<string>, ImmutableDictionary<string, string>?, bool, CancellationToken)
Declaration
public Task<Workspace> LoadAsync(ImmutableArray<string> paths, ImmutableDictionary<string, string>? properties = null, bool restore = true, CancellationToken cancellationToken = default)Parameters
| Type | Name | Description |
|---|---|---|
| ImmutableArray<string> | paths | |
| ImmutableDictionary<string, string> | properties | |
| bool | restore | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<Workspace> |