TransactionManagerExtension 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class TransactionManagerExtension : Orleans.Runtime.IGrainExtension, Orleans.Transactions.Abstractions.ITransactionManagerExtension
type TransactionManagerExtension = class
interface ITransactionManagerExtension
interface IGrainExtension
interface IAddressable
Public Class TransactionManagerExtension
Implements IGrainExtension, ITransactionManagerExtension
- 继承
-
TransactionManagerExtension
- 实现
构造函数
TransactionManagerExtension(IGrainActivationContext) | |
TransactionManagerExtension(IGrainContextAccessor) |
方法
Ping(String, Guid, DateTime, ParticipantId) | |
PrepareAndCommit(String, Guid, AccessCounter, DateTime, List<ParticipantId>, Int32) | |
Prepared(String, Guid, DateTime, ParticipantId, TransactionalStatus) |
扩展方法
AsReference(IAddressable, Type) |
返回对提供的 grain 的类型化引用。 |
AsReference<TGrainInterface>(IAddressable) |
返回对提供的 grain 的类型化引用。 |
BindGrainReference(IAddressable, IGrainFactory) |
将 grain 引用绑定到提供的 IGrainFactory。 |
Cast(IAddressable, Type) |
返回对提供的 grain 的类型化引用。 |
Cast<TGrainInterface>(IAddressable) |
返回对提供的 grain 的类型化引用。 |
GetGrainId(IAddressable) |
返回与提供的 grain 对应的 grain ID。 |
GetPrimaryKey(IAddressable, String) |
返回 Guid grain 主键的表示形式。 |
GetPrimaryKey(IAddressable) |
返回 Guid grain 主键的表示形式。 |
GetPrimaryKeyLong(IAddressable, String) |
返回 |
GetPrimaryKeyLong(IAddressable) |
返回 |
GetPrimaryKeyString(IAddressable) |
返回 |
IsPrimaryKeyBasedOnLong(IAddressable) |
返回主键的一部分是否为 类型 |