Click or drag to resize

ServiceResultBuilderCreateServiceResultPassed Method

Creates a service result that indicates a successful method invocation.

Namespace:  PDTec.IceNet.Web.Service.TicketBased
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static ServiceResult CreateServiceResultPassed()

Return Value

Type: ServiceResult
The ServiceResult instance.
See Also