Click or drag to resize
FulltextServiceWebServiceClientLogMethodParams Method
Params must be array of pairs: name + value

Namespace: PDTec.IceNet.Domain.Fulltext.Service.WebServiceClient
Assembly: PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public void LogMethodParams(
	FulltextServiceWebServiceClientMethodParametersType parametersType,
	params string[] aParams
)

Parameters

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