DispatchRuntime.Operations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 DispatchOperation 对象的集合,这些对象可用于控制特定操作的执行行为。
public:
property System::Collections::Generic::SynchronizedKeyedCollection<System::String ^, System::ServiceModel::Dispatcher::DispatchOperation ^> ^ Operations { System::Collections::Generic::SynchronizedKeyedCollection<System::String ^, System::ServiceModel::Dispatcher::DispatchOperation ^> ^ get(); };
public System.Collections.Generic.SynchronizedKeyedCollection<string,System.ServiceModel.Dispatcher.DispatchOperation> Operations { get; }
member this.Operations : System.Collections.Generic.SynchronizedKeyedCollection<string, System.ServiceModel.Dispatcher.DispatchOperation>
Public ReadOnly Property Operations As SynchronizedKeyedCollection(Of String, DispatchOperation)
属性值
类型为 SynchronizedKeyedCollection<K,T> 和 String 的对象的 DispatchOperation。
注解
使用 Operations 属性可检查或修改参数、控制参数、返回值序列化和反序列化、控制操作调用以及修改某个操作的其他行为。 有关详细信息,请参阅 DispatchOperation。