Class OperationCall
This class represents an invocation of an operation.
public class OperationCall
- Inheritance
-
OperationCall
- Inherited Members
- Extension Methods
Constructors
OperationCall(string, OperationInput)
public OperationCall(string name, OperationInput operationInput)
Parameters
namestringoperationInputOperationInput
Properties
Name
A unique name for this operation call.
public string Name { get; set; }
Property Value
OperationInput
The operation input along with its associated request whose call is represented by this object.
public OperationInput OperationInput { get; set; }
Property Value
Methods
Clone()
Returns a selective deep clone of this object.
public OperationCall Clone()
Returns
ToString()
public override string ToString()