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

ActorStateChange(String, Type, Object, StateChangeKind) 构造函数

定义

初始化 ActorStateChange 类的新实例。

public ActorStateChange (string stateName, Type type, object value, Microsoft.ServiceFabric.Actors.Runtime.StateChangeKind changeKind);
new Microsoft.ServiceFabric.Actors.Runtime.ActorStateChange : string * Type * obj * Microsoft.ServiceFabric.Actors.Runtime.StateChangeKind -> Microsoft.ServiceFabric.Actors.Runtime.ActorStateChange
Public Sub New (stateName As String, type As Type, value As Object, changeKind As StateChangeKind)

参数

stateName
String

执行组件状态的名称。

type
Type

与给定执行组件状态名称关联的值的类型。

value
Object

与给定执行组件状态名称关联的值。

changeKind
StateChangeKind

给定执行组件状态名称的状态更改类型。

适用于