Click or drag to resize
UserInfoProvider.ProcessWebFarmTaskInternal Method
Runs the processing of specific web farm task for current provider

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
protected override void ProcessWebFarmTaskInternal(
	string actionName,
	string data,
	byte[] binary
)

Parameters

actionName
Type: System.String
Action name
data
Type: System.String
Custom task data
binary
Type:System.Byte[]
Binary data
See Also