ServiceOperationProvider Class

Provides the service writers capability to specify the type which implements the service operations.

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.ServiceOperationProvider

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public NotInheritable Class ServiceOperationProvider
'Usage
Dim instance As ServiceOperationProvider
public sealed class ServiceOperationProvider
public ref class ServiceOperationProvider sealed
[<SealedAttribute>]
type ServiceOperationProvider =  class end
public final class ServiceOperationProvider

The ServiceOperationProvider type exposes the following members.

Constructors

  Name Description
Public method ServiceOperationProvider Constructs a new instance of ServiceOperationProvider.

Top

Properties

  Name Description
Public property ServiceOperations Returns all the service operations exposed on the registered types.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Providers Namespace