IGrainActivationContext.Items プロパティ

定義

グレインアクティブ化のスコープ内でデータを共有するために使用できるキー/値コレクションを取得します。

public System.Collections.Generic.IDictionary<object,object> Items { get; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property Items As IDictionary(Of Object, Object)

プロパティ値

適用対象