| CultureSiteInfoProviderProcessWebFarmTask Method | 
            Runs the processing of specific web farm task for current provider
            
 
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 10.0.0
 Syntax
Syntaxpublic override void ProcessWebFarmTask(
	string actionName,
	string data,
	byte[] binary
)
Parameters
- actionName
- Type: SystemString
 Action name
- data
- Type: SystemString
 Custom data
- binary
- Type: SystemByte
 Binary data
 See Also
See Also