Fix relative links on github.io (#79)

This commit is contained in:
Jake Friedman 2021-01-29 15:08:27 -08:00 коммит произвёл GitHub
Родитель d4020386b1
Коммит b992550a8a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
21 изменённых файлов: 23 добавлений и 23 удалений

Просмотреть файл

@ -18,7 +18,7 @@ $mds = Get-ChildItem -Path $DefaultDocumentationFolder -Include "*.md" -Recurse
foreach ($md in $mds)
{
$content = Get-Content $md
$content = $content.Replace("https://docs.microsoft.com/en-us/dotnet/api/Microsoft.FactoryOrchestrator.Core.", "/CoreLibrary/Microsoft-FactoryOrchestrator-Core-")
$content = $content.Replace("https://docs.microsoft.com/en-us/dotnet/api/Microsoft.FactoryOrchestrator.Core.", "./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-")
$content = $content.Replace("``1'","'")
Set-Content -Path $md -Value $content
}

Просмотреть файл

@ -15,5 +15,5 @@ Path of the directory to search.
If true, search recursively.
#### Returns
[System.Threading.Tasks.Task<](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskList](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task<](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskList](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
The created TaskList

Просмотреть файл

@ -7,9 +7,9 @@ public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskList>
```
#### Parameters
<a name='Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateTaskListFromTaskList(Microsoft-FactoryOrchestrator-Core-TaskList)-list'></a>
`list` [Microsoft.FactoryOrchestrator.Core.TaskList](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')
`list` [Microsoft.FactoryOrchestrator.Core.TaskList](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')
The TaskList to add to the Service.
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskList](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskList](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
The created Service TaskList.

Просмотреть файл

@ -6,5 +6,5 @@ Asynchronously Gets "boot" TaskList summaries for every "boot" TaskList on the S
public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.TaskListSummary>> GetBootTaskListSummaries();
```
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.TaskListSummary](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary 'Microsoft.FactoryOrchestrator.Core.TaskListSummary')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.TaskListSummary](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary 'Microsoft.FactoryOrchestrator.Core.TaskListSummary')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
A list of TaskListSummary objects.

Просмотреть файл

@ -6,5 +6,5 @@ Asynchronously Get last Service error.
public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.ServiceEvent> GetLastServiceError();
```
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.ServiceEvent](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent 'Microsoft.FactoryOrchestrator.Core.ServiceEvent')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.ServiceEvent](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent 'Microsoft.FactoryOrchestrator.Core.ServiceEvent')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')

Просмотреть файл

@ -6,5 +6,5 @@ Asynchronously Gets all Service events.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.ServiceEvent>> GetServiceEvents();
```
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.ServiceEvent](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent 'Microsoft.FactoryOrchestrator.Core.ServiceEvent')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.ServiceEvent](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent 'Microsoft.FactoryOrchestrator.Core.ServiceEvent')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
List of all Service events.

Просмотреть файл

@ -11,5 +11,5 @@ public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Fac
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.ServiceEvent](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent 'Microsoft.FactoryOrchestrator.Core.ServiceEvent')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.ServiceEvent](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent 'Microsoft.FactoryOrchestrator.Core.ServiceEvent')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
List of Service events.

Просмотреть файл

@ -11,5 +11,5 @@ public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Fac
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.ServiceEvent](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent 'Microsoft.FactoryOrchestrator.Core.ServiceEvent')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.ServiceEvent](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent 'Microsoft.FactoryOrchestrator.Core.ServiceEvent')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
List of Service events.

Просмотреть файл

@ -6,5 +6,5 @@ Asynchronously Gets TaskList summaries for every "active" TaskList on the Servic
public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.TaskListSummary>> GetTaskListSummaries();
```
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.TaskListSummary](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary 'Microsoft.FactoryOrchestrator.Core.TaskListSummary')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[Microsoft.FactoryOrchestrator.Core.TaskListSummary](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary 'Microsoft.FactoryOrchestrator.Core.TaskListSummary')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
A list of TaskListSummary objects.

Просмотреть файл

@ -11,5 +11,5 @@ public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskBase>
The Task GUID.
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskBase](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase 'Microsoft.FactoryOrchestrator.Core.TaskBase')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskBase](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase 'Microsoft.FactoryOrchestrator.Core.TaskBase')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')

Просмотреть файл

@ -11,5 +11,5 @@ public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskList>
The TaskList GUID.
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskList](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskList](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
The TaskList object with that GUID.

Просмотреть файл

@ -11,5 +11,5 @@ public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskRun> Q
The GUID of the desired TaskRun
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
The TaskRun object.

Просмотреть файл

@ -11,5 +11,5 @@ public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskRun> R
The Application User Model ID (AUMID) of the app to run.
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')

Просмотреть файл

@ -23,5 +23,5 @@ Optional log file to save the console output to.
If true, run the executable in the container of the connected device.
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
The TaskRun associated with the .exe

Просмотреть файл

@ -7,9 +7,9 @@ public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskRun> R
```
#### Parameters
<a name='Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTask(Microsoft-FactoryOrchestrator-Core-TaskBase)-task'></a>
`task` [Microsoft.FactoryOrchestrator.Core.TaskBase](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase 'Microsoft.FactoryOrchestrator.Core.TaskBase')
`task` [Microsoft.FactoryOrchestrator.Core.TaskBase](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase 'Microsoft.FactoryOrchestrator.Core.TaskBase')
The Task to run.
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
The TaskRun associated with the run.

Просмотреть файл

@ -11,5 +11,5 @@ public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskRun> R
The GUID of the Task to run.
#### Returns
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
[System.Threading.Tasks.Task&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[Microsoft.FactoryOrchestrator.Core.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')
The TaskRun associated with the run.

Просмотреть файл

@ -7,7 +7,7 @@ public System.Threading.Tasks.Task UpdateTaskList(Microsoft.FactoryOrchestrator.
```
#### Parameters
<a name='Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-UpdateTaskList(Microsoft-FactoryOrchestrator-Core-TaskList)-taskList'></a>
`taskList` [Microsoft.FactoryOrchestrator.Core.TaskList](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')
`taskList` [Microsoft.FactoryOrchestrator.Core.TaskList](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList 'Microsoft.FactoryOrchestrator.Core.TaskList')
The updated TaskList.
#### Returns

Просмотреть файл

@ -7,7 +7,7 @@ public System.Threading.Tasks.Task UpdateTaskRun(Microsoft.FactoryOrchestrator.C
```
#### Parameters
<a name='Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-UpdateTaskRun(Microsoft-FactoryOrchestrator-Core-TaskRun)-taskRun'></a>
`taskRun` [Microsoft.FactoryOrchestrator.Core.TaskRun](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')
`taskRun` [Microsoft.FactoryOrchestrator.Core.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')
The TaskRun to update.
#### Returns

Просмотреть файл

@ -6,4 +6,4 @@ The IPC client used to communicate with the service.
private IIpcClient<IFactoryOrchestratorService> _IpcClient;
```
#### Field Value
[JKang.IpcServiceFramework.Client.IIpcClient&lt;](https://docs.microsoft.com/en-us/dotnet/api/JKang.IpcServiceFramework.Client.IIpcClient-1 'JKang.IpcServiceFramework.Client.IIpcClient')[Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService 'Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/JKang.IpcServiceFramework.Client.IIpcClient-1 'JKang.IpcServiceFramework.Client.IIpcClient')
[JKang.IpcServiceFramework.Client.IIpcClient&lt;](https://docs.microsoft.com/en-us/dotnet/api/JKang.IpcServiceFramework.Client.IIpcClient-1 'JKang.IpcServiceFramework.Client.IIpcClient')[Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService 'Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/JKang.IpcServiceFramework.Client.IIpcClient-1 'JKang.IpcServiceFramework.Client.IIpcClient')

Просмотреть файл

@ -5,7 +5,7 @@ A FactoryOrchestratorConnectionException describes a Factory Orchestrator Client
```csharp
public class FactoryOrchestratorConnectionException : FactoryOrchestratorException
```
Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') &#129106; [System.Exception](https://docs.microsoft.com/en-us/dotnet/api/System.Exception 'System.Exception') &#129106; [Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException 'Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException') &#129106; FactoryOrchestratorConnectionException
Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') &#129106; [System.Exception](https://docs.microsoft.com/en-us/dotnet/api/System.Exception 'System.Exception') &#129106; [Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException 'Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException') &#129106; FactoryOrchestratorConnectionException
### Constructors
- [FactoryOrchestratorConnectionException()](./Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorConnectionException-FactoryOrchestratorConnectionException().md 'Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorConnectionException.FactoryOrchestratorConnectionException()')
- [FactoryOrchestratorConnectionException(System.Net.IPAddress)](./Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorConnectionException-FactoryOrchestratorConnectionException(System-Net-IPAddress).md 'Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorConnectionException.FactoryOrchestratorConnectionException(System.Net.IPAddress)')

Просмотреть файл

@ -5,7 +5,7 @@ A FactoryOrchestratorVersionMismatchException is thrown if the Major versions of
```csharp
public class FactoryOrchestratorVersionMismatchException : FactoryOrchestratorException
```
Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') &#129106; [System.Exception](https://docs.microsoft.com/en-us/dotnet/api/System.Exception 'System.Exception') &#129106; [Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException 'Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException') &#129106; FactoryOrchestratorVersionMismatchException
Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') &#129106; [System.Exception](https://docs.microsoft.com/en-us/dotnet/api/System.Exception 'System.Exception') &#129106; [Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException 'Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException') &#129106; FactoryOrchestratorVersionMismatchException
### Constructors
- [FactoryOrchestratorVersionMismatchException()](./Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-FactoryOrchestratorVersionMismatchException().md 'Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorVersionMismatchException.FactoryOrchestratorVersionMismatchException()')
- [FactoryOrchestratorVersionMismatchException(System.Net.IPAddress, string)](./Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-FactoryOrchestratorVersionMismatchException(System-Net-IPAddress_string).md 'Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorVersionMismatchException.FactoryOrchestratorVersionMismatchException(System.Net.IPAddress, string)')