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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void LogMethodParams(
	FulltextServiceWebServiceClientMethodParametersType parametersType,
	params string[] aParams
)

Parameters

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