Click or drag to resize

FulltextServiceDatabaseClientLogMethodParams Method

Params must be array of pairs: name + value

Namespace:  PDTec.IceNet.Domain.Fulltext.Service.DatabaseClient
Assembly:  PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void LogMethodParams(
	FulltextServiceDatabaseClientMethodParametersType parametersType,
	params string[] aParams
)

Parameters

parametersType
Type: PDTec.IceNet.Domain.Fulltext.Service.DatabaseClientFulltextServiceDatabaseClientMethodParametersType
aParams
Type: SystemString
See Also