Fix relative links on github.io (#79)
This commit is contained in:
Родитель
d4020386b1
Коммит
b992550a8a
|
@ -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<](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 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<](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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<](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')[>](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.ServiceEvent](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent 'Microsoft.FactoryOrchestrator.Core.ServiceEvent')[>](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<](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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<](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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<](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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<](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task-1 'System.Threading.Tasks.Task')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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')[System.Collections.Generic.List<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List')[>](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<](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')[>](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.TaskBase](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase 'Microsoft.FactoryOrchestrator.Core.TaskBase')[>](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<](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 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<](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')[>](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.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[>](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<](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')[>](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.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[>](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<](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')[>](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.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[>](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<](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')[>](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.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[>](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<](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')[>](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.TaskRun](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun 'Microsoft.FactoryOrchestrator.Core.TaskRun')[>](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<](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')[>](https://docs.microsoft.com/en-us/dotnet/api/JKang.IpcServiceFramework.Client.IIpcClient-1 'JKang.IpcServiceFramework.Client.IIpcClient')
|
||||
[JKang.IpcServiceFramework.Client.IIpcClient<](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')[>](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') 🡒 [System.Exception](https://docs.microsoft.com/en-us/dotnet/api/System.Exception 'System.Exception') 🡒 [Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException 'Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException') 🡒 FactoryOrchestratorConnectionException
|
||||
Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') 🡒 [System.Exception](https://docs.microsoft.com/en-us/dotnet/api/System.Exception 'System.Exception') 🡒 [Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException 'Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException') 🡒 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') 🡒 [System.Exception](https://docs.microsoft.com/en-us/dotnet/api/System.Exception 'System.Exception') 🡒 [Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException](/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException 'Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException') 🡒 FactoryOrchestratorVersionMismatchException
|
||||
Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') 🡒 [System.Exception](https://docs.microsoft.com/en-us/dotnet/api/System.Exception 'System.Exception') 🡒 [Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException](./../../CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException 'Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorException') 🡒 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)')
|
||||
|
|
Загрузка…
Ссылка в новой задаче