ITransactionManagerExtension 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface ITransactionManagerExtension : Orleans.Runtime.IGrainExtension
type ITransactionManagerExtension = interface
interface IGrainExtension
interface IAddressable
Public Interface ITransactionManagerExtension
Implements IGrainExtension
- 衍生
- 實作
方法
Ping(String, Guid, DateTime, ParticipantId) | |
PrepareAndCommit(String, Guid, AccessCounter, DateTime, List<ParticipantId>, Int32) | |
Prepared(String, Guid, DateTime, ParticipantId, TransactionalStatus) |
擴充方法
AsReference(IAddressable, Type) |
傳回所提供細微性的具型別參考。 |
AsReference<TGrainInterface>(IAddressable) |
傳回所提供細微性的具型別參考。 |
BindGrainReference(IAddressable, IGrainFactory) |
將細微性參考系結至提供的 IGrainFactory 。 |
Cast(IAddressable, Type) |
傳回所提供細微性的具型別參考。 |
Cast<TGrainInterface>(IAddressable) |
傳回所提供細微性的具型別參考。 |
GetGrainId(IAddressable) |
傳回對應至所提供粒紋的細微性識別碼。 |
GetPrimaryKey(IAddressable, String) |
傳 Guid 回細微性主鍵的標記法。 |
GetPrimaryKey(IAddressable) |
傳 Guid 回細微性主鍵的標記法。 |
GetPrimaryKeyLong(IAddressable, String) |
傳 |
GetPrimaryKeyLong(IAddressable) |
傳 |
GetPrimaryKeyString(IAddressable) |
傳 |
IsPrimaryKeyBasedOnLong(IAddressable) |
傳回主鍵的一部分是否為 類型 |