你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotifyStateManagerSingleEntityChangedEventArgs 构造函数

定义

初始化 的新实例

public NotifyStateManagerSingleEntityChangedEventArgs (Microsoft.ServiceFabric.Data.ITransaction transaction, Microsoft.ServiceFabric.Data.IReliableState reliableState, Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedAction action);
new Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerSingleEntityChangedEventArgs : Microsoft.ServiceFabric.Data.ITransaction * Microsoft.ServiceFabric.Data.IReliableState * Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedAction -> Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerSingleEntityChangedEventArgs
Public Sub New (transaction As ITransaction, reliableState As IReliableState, action As NotifyStateManagerChangedAction)

参数

transaction
ITransaction

与更改相关的事务。

reliableState
IReliableState

已更改。

action
NotifyStateManagerChangedAction

更改的类型。

适用于