AzureTableGrainStorage 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于将 grain 状态数据写入 Azure 表存储的简单存储。
public class AzureTableGrainStorage : Orleans.ILifecycleParticipant<Orleans.Runtime.ISiloLifecycle>, Orleans.Storage.IGrainStorage, Orleans.Storage.IRestExceptionDecoder
type AzureTableGrainStorage = class
interface IGrainStorage
interface IRestExceptionDecoder
interface ILifecycleParticipant<ISiloLifecycle>
Public Class AzureTableGrainStorage
Implements IGrainStorage, ILifecycleParticipant(Of ISiloLifecycle), IRestExceptionDecoder
- 继承
-
AzureTableGrainStorage
- 实现
构造函数
方法
ClearStateAsync(String, GrainReference, IGrainState) |
清除/删除此存储提供程序的状态数据函数。 |
ClearStateAsync<T>(String, GrainId, IGrainState<T>) |
清除/删除此存储提供程序的状态数据函数。 |
DecodeException(Exception, HttpStatusCode, String, Boolean) |
解码存储异常。 |
Participate(ISiloLifecycle) |
用于将 grain 状态数据写入 Azure 表存储的简单存储。 |
ReadStateAsync(String, GrainReference, IGrainState) |
读取此存储提供程序的状态数据函数。 |
ReadStateAsync<T>(String, GrainId, IGrainState<T>) |
读取此存储提供程序的状态数据函数。 |
WriteStateAsync(String, GrainReference, IGrainState) |
为此存储提供程序写入状态数据函数。 |
WriteStateAsync<T>(String, GrainId, IGrainState<T>) |
为此存储提供程序写入状态数据函数。 |