Click or drag to resize
ProcessSynchronizationTaskCompletedEventHandler Delegate

Namespace: CMS.Synchronization.WSE3.Server
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 9.0.0
Syntax
C#
public delegate void ProcessSynchronizationTaskCompletedEventHandler(
	Object sender,
	ProcessSynchronizationTaskCompletedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: CMS.Synchronization.WSE3.ServerProcessSynchronizationTaskCompletedEventArgs
See Also