INotificationListenerNotifyAttachmentDownloadFailure Method |
Namespace:
Unvired.Kernel.UWP.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid NotifyAttachmentDownloadFailure(
AttachmentItem attachmentItem,
string errorMessage
)
Sub NotifyAttachmentDownloadFailure (
attachmentItem As AttachmentItem,
errorMessage As String
)
void NotifyAttachmentDownloadFailure(
AttachmentItem^ attachmentItem,
String^ errorMessage
)
abstract NotifyAttachmentDownloadFailure :
attachmentItem : AttachmentItem *
errorMessage : string -> unit
Parameters
- attachmentItem
- Type: Unvired.Kernel.UWP.ModelAttachmentItem
- errorMessage
- Type: SystemString
See Also