Share via


DispatchRuntime.Operations 属性

定义

获取 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

适用于