SoftwareUpdateProviderPrepareNotificationContent Method

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public ToastNotification PrepareNotificationContent(
	string title,
	string message,
	string actionLabel,
	Uri actionUri
)

Parameters

title  String

[Missing <param name="title"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]

message  String

[Missing <param name="message"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]

actionLabel  String

[Missing <param name="actionLabel"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]

actionUri  Uri

[Missing <param name="actionUri"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]

Return Value

ToastNotification

[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.SoftwareUpdateProvider.PrepareNotificationContent(System.String,System.String,System.String,System.Uri)"]

See Also