HubCallerContext.Items 속성

정의

이 연결 범위 내에서 데이터를 공유하는 데 사용할 수 있는 키/값 컬렉션을 가져옵니다.

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

속성 값

적용 대상