다음을 통해 공유


HubConnectionContext.Items 속성

정의

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

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

속성 값

적용 대상