Table of Contents

Class OperationCall

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

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

name string
operationInput OperationInput

Properties

Name

A unique name for this operation call.

public string Name { get; set; }

Property Value

string

OperationInput

The operation input along with its associated request whose call is represented by this object.

public OperationInput OperationInput { get; set; }

Property Value

OperationInput

Methods

Clone()

Returns a selective deep clone of this object.

public OperationCall Clone()

Returns

OperationCall

ToString()

public override string ToString()

Returns

string