BaseChannelObjectWithProperties.Keys 属性
定义
当在派生类中重写时,获取与信道对象属性关联的键的 ICollection。When overridden in a derived class, gets a ICollection of keys that the channel object properties are associated with.
public:
virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overridable ReadOnly Property Keys As ICollection
属性值
与信道对象属性关联的键的 ICollection。A ICollection of keys that the channel object properties are associated with.
实现
继承者说明
必须实现此属性,派生的信道接收器才能正常运行。It is necessary to implement this property for a derived channel sink to function.