WebFarmContextInstanceIsHiddenWebFarmServer Property |
Indicates that the instance is hidden part of the web farm.
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 11.0.0
Syntaxpublic static bool InstanceIsHiddenWebFarmServer { get; set; }
Property Value
Type:
Boolean
RemarksThis means that it produces web farm tasks but other web farms do not see this instance and do not generate web farm tasks for it.
See Also