ClientRuntime.Operations Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a collection of client operations for a client.
Namespace: System.ServiceModel.Dispatcher
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public ReadOnly Property Operations As KeyedCollection(Of String, ClientOperation)
public KeyedCollection<string, ClientOperation> Operations { get; }
Property Value
Type: System.Collections.ObjectModel.KeyedCollection<String, ClientOperation>
A KeyedCollection<TKey, TItem> of ClientOperation objects.
Remarks
Use the Operations property to get a collection of all client operations for this client that you can use to attach extension objects that inspect or modify messages and behavior scoped to a particular operation. For additional information, see ClientOperation.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.