Show / Hide Table of Contents

Enum InvokeMethodOptions

Invoke options for an InvokeMethodRequest

Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public enum InvokeMethodOptions : int
Remarks

These flag values are used in Orleans generated invoker code, and should not be altered.

Fields

Name Description
AlwaysInterleave

The invocation can interleave with any other request type, including write requests.

DelayForConsistency

Obsolete field.

None

No options defined.

OneWay

Invocation is one-way with no feedback on whether the call succeeds or fails.

ReadOnly

Invocation is read-only and can interleave with other read-only invocations.

TransactionRequired
TransactionRequiresNew
Unordered

Invocation does not care about ordering and can consequently be optimized.

Extension Methods

ImmutableExt.AsImmutable<InvokeMethodOptions>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX