Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OperationDescription

A description of a service contract operation.

Hierarchy

  • OperationDescription

Index

Constructors

constructor

Properties

behaviors

behaviors: OperationBehavior[]

A list of behaviors that extend the operation.

contract

The contract that owns the operation.

isOneWay

isOneWay: boolean

Indicates if the operation is one way. If true the dispatcher does not wait for the operation to complete before sending a response to the client.

method

method: Method

Metadata information for the method that is called by the operation.

name

name: string

The name of the operation.

timeout

timeout: number

Timeout for the operation in milliseconds. If not specified defaults to a minute. A value of 0 indicates that operation does not timeout.

Generated using TypeDoc