IOperationResult Interface

Contains information about a result of an operation

Namespace:  TSD.API.Remoting.Common
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IOperationResult

The IOperationResult type exposes the following members.

Properties
  NameDescription
Public propertyErrorMessage
Gets the error message
Public propertyFinishedSuccessfully
Gets a value indicating whether the operation finished successfully
Public propertyPropertyPath
Gets the path to a property where an error occurred
Top
See Also