ServiceProxyManager-Klasse

Represents a wrapper for the Services API.

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public MustInherit Class ServiceProxyManager
'Usage
Dim instance As ServiceProxyManager
public abstract class ServiceProxyManager
public ref class ServiceProxyManager abstract
[<AbstractClassAttribute>]
type ServiceProxyManager =  class end
public abstract class ServiceProxyManager

Der ServiceProxyManager-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode ServiceProxyManager Initializes a new instance of the ServiceProxyManager class with the default values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CurrentUser Gets the user that represents the current caller.
Geschützte Eigenschaft ServiceAdapter Gets the service adapter that wraps the service used for all requests.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Deployment-Namespace