Skip to content

Commit d9f0b34

Browse files
authored
Merge pull request #1210 from MicrosoftDocs/drewbat/mstopic-12-8
Changing ms.topic values to reference per convention for conceptual r…
2 parents c0c120d + de3d08c commit d9f0b34

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

desktop-src/updateorchestrator/iupdateorchestrator-registerprovider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestrator::RegisterProvider method
33
description: Registers the update provider with the given CLSID.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestrator::RegisterProvider method

desktop-src/updateorchestrator/iupdateorchestrator-unregisterprovider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestrator::UnregisterProvider method
33
description: Unregisters the given update provider.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestrator::UnregisterProvider method

desktop-src/updateorchestrator/iupdateorchestrator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestrator interface
33
description: The caller should use this interface to register their updater CLSID for work.
44
ms.date: 01/29/2020
5-
ms.topic: interface
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestrator interface

desktop-src/updateorchestrator/iupdateorchestratoraction-get-actionkind.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorAction::get_ActionKind method
33
description: Returns the action kind.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorAction::get_ActionKind method

desktop-src/updateorchestrator/iupdateorchestratoraction-get-isexclusive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorAction::get_IsExclusive method
33
description: Determines if no two actions of its kind can be performed at the same time.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorAction::get_IsExclusive method

desktop-src/updateorchestrator/iupdateorchestratoraction-get-ispausable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorAction::get_IsPausable method
33
description: Determines if an action can be paused.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorAction::get_IsPausable method

desktop-src/updateorchestrator/iupdateorchestratoraction-get-name.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorAction::get_Name method
33
description: Returns the action name string.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorAction::get_Name method

desktop-src/updateorchestrator/iupdateorchestratoraction-get-requiresnetwork.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorAction::get_RequiresNetwork method
33
description: Determines if an action needs a network connection.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorAction::get_RequiresNetwork method

desktop-src/updateorchestrator/iupdateorchestratoraction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorAction interface
33
description: Tells the UpdateOrchestrator about the next action to be performed on an update.
44
ms.date: 01/29/2020
5-
ms.topic: interface
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorAction interface

desktop-src/updateorchestrator/iupdateorchestratoractioncallback-reportcompleted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorActionCallback::ReportCompleted method
33
description: Called when the action is complete and has not failed.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorActionCallback::ReportCompleted method

desktop-src/updateorchestrator/iupdateorchestratoractioncallback-reportfailed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorActionCallback::ReportFailed method
33
description: Called if the action fails instead of completing.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorActionCallback::ReportFailed method

desktop-src/updateorchestrator/iupdateorchestratoractioncallback-reportprogress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorActionCallback::ReportProgress method
33
description: Called to report progress.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorActionCallback::ReportProgress method

desktop-src/updateorchestrator/iupdateorchestratoractioncallback.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorActionCallback interface
33
description: Callback interface supplied by the UpdateOrchestrator to the PerformAction method of the IUpdateOrchestratorUpdate object so that the UpdateOrchestratorUpdateProvider can provide progress and status on the state of the action.
44
ms.date: 01/29/2020
5-
ms.topic: interface
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorActionCallback interface

desktop-src/updateorchestrator/iupdateorchestratorunlock-unlock.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUnlock::Unlock method
33
description: Unlocks the RegisterProvider and UnregisterProvider methods.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUnlock::Unlock method

desktop-src/updateorchestrator/iupdateorchestratorunlock.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUnlock interface
33
description: Unlocks the instance for permission to access the IUpdateOrchestrator methods.
44
ms.date: 01/29/2020
5-
ms.topic: interface
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUnlock interface

desktop-src/updateorchestrator/iupdateorchestratorupdate-get-action.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate::get_Action method
33
description: Gets the action that needs to be performed.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate::get_Action method

desktop-src/updateorchestrator/iupdateorchestratorupdate-get-deadline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate::get_Deadline method
33
description: Gets the deadline for an update.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate::get_Deadline method

desktop-src/updateorchestrator/iupdateorchestratorupdate-get-description.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate::get_Description method
33
description: Gets the update’s description for telemetry and diagnostic purposes.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate::get_Description method

desktop-src/updateorchestrator/iupdateorchestratorupdate-get-issecurity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate::get_IsSecurity method
33
description: Gets whether or not the update is a security update.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate::get_IsSecurity method

desktop-src/updateorchestrator/iupdateorchestratorupdate-get-title.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate::get_Title method
33
description: Gets the update's title for telemetry and diagnostic purposes.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate::get_Title method

desktop-src/updateorchestrator/iupdateorchestratorupdate-get-uniqueid.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate::get_UniqueId method
33
description: Gets the update's unique Id.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate::get_UniqueId method

desktop-src/updateorchestrator/iupdateorchestratorupdate-pause.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate::Pause method
33
description: Called to pause the current action.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate::Pause method

desktop-src/updateorchestrator/iupdateorchestratorupdate-performaction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate::PerformAction method
33
description: Performs the given action.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate::PerformAction method

desktop-src/updateorchestrator/iupdateorchestratorupdate-serialize.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate::Serialize method
33
description: The UpdateOrchestrator will call this method when it is saving the database for later deserialization.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate::Serialize method

desktop-src/updateorchestrator/iupdateorchestratorupdate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdate interface
33
description: Implemented by the caller for each update the caller wishes to be called to complete.
44
ms.date: 01/29/2020
5-
ms.topic: interface
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdate interface

desktop-src/updateorchestrator/iupdateorchestratorupdatecollection-get-count.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdateCollection::get_Count method
33
description: Gets the number of updates contained in the collection.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdateCollection::get_Count method

desktop-src/updateorchestrator/iupdateorchestratorupdatecollection-get-item.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdateCollection::get_Item method
33
description: Gets the update with the given index.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdateCollection::get_Item method

desktop-src/updateorchestrator/iupdateorchestratorupdatecollection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdateCollection interface
33
description: A collection of IUpdateOrchestratorUpdate updates returned by the provider when a Scan is done.
44
ms.date: 01/29/2020
5-
ms.topic: interface
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdateCollection interface

desktop-src/updateorchestrator/iupdateorchestratorupdateprovider-cancelscan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdateProvider::CancelScan method
33
description: Cancels a scan that is in progress.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdateProvider::CancelScan method

desktop-src/updateorchestrator/iupdateorchestratorupdateprovider-deserialize.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdateProvider::Deserialize method
33
description: Deserializes the bytes into an update.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdateProvider::Deserialize method

desktop-src/updateorchestrator/iupdateorchestratorupdateprovider-scanattemptfrequencyinminutes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdateProvider::get_ScanAttemptFrequencyInMinutes method
33
description: Get the scan attempt frequency.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdateProvider::get_ScanAttemptFrequencyInMinutes method

desktop-src/updateorchestrator/iupdateorchestratorupdateprovider-scanforpendingupdates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdateProvider::ScanForPendingUpdates method
33
description: Scans for pending updates.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdateProvider::ScanForPendingUpdates method

desktop-src/updateorchestrator/iupdateorchestratorupdateprovider-scanslainminutes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdateProvider::get_ScanSlaInMinutes method
33
description: Gets the default Scan SLA. This value is how often the provider wishes to have a successful scan.
44
ms.date: 01/29/2020
5-
ms.topic: method
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdateProvider::get_ScanSlaInMinutes method

desktop-src/updateorchestrator/iupdateorchestratorupdateprovider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IUpdateOrchestratorUpdateProvider interface
33
description: This interface is implemented by the caller and is created using the CLSID provided to IUpdateOrchestrator::Register.
44
ms.date: 01/29/2020
5-
ms.topic: interface
5+
ms.topic: reference
66
---
77

88
# IUpdateOrchestratorUpdateProvider interface

desktop-src/updateorchestrator/updateorchestratoractionkind.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: UPDATE_ORCHESTRATOR_ACTION_KIND Enumeration
33
description: Enumeration that indicates the action to be performed in the scheduled update.
4-
ms.topic: enum
4+
ms.topic: reference
55
ms.date: 01/29/2020
66
---
77

0 commit comments

Comments
 (0)