WebSyncHelperNotifyServer Method (String) |
Notifies a web farm server about a new task.
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax 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