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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static ServiceResult CreateServiceResultPassed()

Return Value

Type: ServiceResult
The ServiceResult instance.
See Also