共用方式為


InvokeMethodOptions 列舉

定義

叫用 的選項 InvokeMethodRequest

此列舉支援其成員值的位元組合。

[System.Flags]
public enum InvokeMethodOptions
[System.Flags]
[Orleans.GenerateSerializer]
public enum InvokeMethodOptions
[<System.Flags>]
type InvokeMethodOptions = 
[<System.Flags>]
[<Orleans.GenerateSerializer>]
type InvokeMethodOptions = 
Public Enum InvokeMethodOptions
繼承
InvokeMethodOptions
屬性

欄位

AlwaysInterleave 4

調用可以與任何其他要求類型交錯,包括寫入要求。

DelayForConsistency 32

已淘汰的欄位。

None 0

未定義任何選項。

OneWay 1

叫用是單向的,沒有對呼叫成功或失敗的意見反應。

ReadOnly 2

調用是唯讀的,可以與其他唯讀調用交錯。

TransactionCreate 1536
TransactionCreateOrJoin 1024
TransactionJoin 2048
TransactionMask 3584
TransactionNotAllowed 3072
TransactionSupported 2560
TransactionSuppress 512
Unordered 8

調用並不關心排序,因此可以優化。

備註

這些旗標值會用在一個產生的叫用程式程式碼中,而且不應該改變。

適用於