Click or drag to resize
PrivacyControlLogger.LogRead Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.PrivacyControl.PrivacyControlLogger.LogRead(System.Collections.Generic.IEnumerable{Netadmin.Management.PrivacyControl.Dto.ICustomerSpPair},System.String)"]

Namespace: Netadmin.Management.PrivacyControl
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public void LogRead(
	IEnumerable<ICustomerSpPair> customerSpPair,
	string context
)

Parameters

customerSpPair
Type: System.Collections.Generic.IEnumerable<ICustomerSpPair>

[Missing <param name="customerSpPair"/> documentation for "M:Netadmin.Management.PrivacyControl.PrivacyControlLogger.LogRead(System.Collections.Generic.IEnumerable{Netadmin.Management.PrivacyControl.Dto.ICustomerSpPair},System.String)"]

context
Type: System.String

[Missing <param name="context"/> documentation for "M:Netadmin.Management.PrivacyControl.PrivacyControlLogger.LogRead(System.Collections.Generic.IEnumerable{Netadmin.Management.PrivacyControl.Dto.ICustomerSpPair},System.String)"]

Implements

IPrivacyControlLogger.LogRead(IEnumerable<ICustomerSpPair>, String)
See Also