Show / Hide Table of Contents

Class ThreatListSynchronizationFailedEventArgs

Threat List Synchronization Failed Event Arguments.

Inheritance
System.Object
System.EventArgs
ThreatListSynchronizationFailedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Gee.External.Browsing.Services
Assembly: Gee.External.Browsing.dll
Syntax
public sealed class ThreatListSynchronizationFailedEventArgs : EventArgs

Properties

SkippedThreatList

Get Skipped Threat List.

Declaration
public ThreatList SkippedThreatList { get; }
Property Value
Type
ThreatList
Remarks

Represents the ThreatList that failed to synchronize and was skipped.

SynchronizationException

Get Synchronization Exception.

Declaration
public Exception SynchronizationException { get; }
Property Value
Type
System.Exception
Remarks

Represents the exception that was thrown when the synchronization operation for SkippedThreatList failed.

SynchronizationFailureDate

Get Synchronization Failure Date.

Declaration
public DateTime SynchronizationFailureDate { get; }
Property Value
Type
System.DateTime
Remarks

Represents the date, in Coordinated Universal Time (UTC), the synchronization operation SkippedThreatList failed.

SynchronizationStartDate

Get Synchronization Start Date.

Declaration
public DateTime SynchronizationStartDate { get; }
Property Value
Type
System.DateTime
Remarks

Represents the date, in Coordinated Universal Time (UTC), the synchronization operation SkippedThreatList started.

Back to top Generated by DocFX