Click or drag to resize
WebSyncHelperNotifyServer Method (String)
Notifies a web farm server about a new task.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public static void NotifyServer(
	string notificationPath
)

Parameters

notificationPath
Type: SystemString
Notification path in UNC format. Use WebSyncHelperClass.GetNotificationPath(string serverPhysicalPath) method to get default system notification path.
See Also