Class ThreatListSynchronizationCompletedEventArgs
Threat List Synchronization Completed Event Arguments.
Inheritance
System.Object
System.EventArgs
ThreatListSynchronizationCompletedEventArgs
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 ThreatListSynchronizationCompletedEventArgs : EventArgs
Properties
SynchronizationCompletionDate
Get Synchronization Completion Date.
Declaration
public DateTime SynchronizationCompletionDate { get; }
Property Value
Type |
---|
System.DateTime |
Remarks
Represents the date, in Coordinated Universal Time (UTC), the synchronization operation for the SynchronizedThreatList completed.
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 for the SynchronizedThreatList started.
SynchronizedThreatList
Get Synchronized Threat List.
Declaration
public ThreatList SynchronizedThreatList { get; }
Property Value
Type |
---|
ThreatList |
Remarks
Represents the ThreatList that was synchronized successfully.