Edit

Share via


IGrainActivationContext.Items Property

Definition

Gets a key/value collection that can be used to share data within the scope of the grain activation.

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)

Property Value

Applies to