SoftwareUpdateProviderGetNotification Method
Return Update manifest information if available
Namespace: SuperBuilderWinService.ProvidersImplAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
public Task<string> GetNotification()
Public Function GetNotification As Task(Of String)
public:
virtual Task<String^>^ GetNotification() sealed
abstract GetNotification : unit -> Task<string>
override GetNotification : unit -> Task<string>
TaskStringNull or Json serialized manifest information
INotificationGetNotification