Class MethodOutcomeWithResult<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MethodOutcomeWithResult<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MethodOutcomeWithResult<T> : MethodOutcome, IEquatable<APIBase>
Type Parameters
Name | Description |
---|---|
T |
Properties
Result
Declaration
public T Result { get; }
Property Value
Type | Description |
---|---|
T |
Implements
System.IEquatable<T>