Click or drag to resize

FulltextServiceWebServiceClientLogServiceResult Method

Log service result on service (connection) level or technical level. Service level is result read from server. Technical level is failure on calling server. The service result is created locally then as description of internal problems.

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 LogServiceResult(
	ServiceResult result,
	FulltextServiceWebServiceClientFailedServiceResultType errorType
)

Parameters

result
Type: PDTec.IceNet.Domain.Fulltext.Service.InterfaceServiceResult
errorType
Type: PDTec.IceNet.Domain.Fulltext.Service.WebServiceClientFulltextServiceWebServiceClientFailedServiceResultType
The source of the failure (if any occurred)
See Also