Clase ServiceProxyManager

Represents a wrapper for the Services API.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Deployment.ServiceProxyManager
    Microsoft.MasterDataServices.Deployment.ModelDeployer
    Microsoft.MasterDataServices.Deployment.ModelReader

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public MustInherit Class ServiceProxyManager
'Uso
Dim instance As ServiceProxyManager
public abstract class ServiceProxyManager
public ref class ServiceProxyManager abstract
[<AbstractClassAttribute>]
type ServiceProxyManager =  class end
public abstract class ServiceProxyManager

El tipo ServiceProxyManager expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido ServiceProxyManager Initializes a new instance of the ServiceProxyManager class with the default values.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública CurrentUser Gets the user that represents the current caller.
Propiedad protegida ServiceAdapter Gets the service adapter that wraps the service used for all requests.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Deployment