ServiceProxyManager Class
Represents a wrapper for the Services API.
Inheritance Hierarchy
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
The ServiceProxyManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ServiceProxyManager | Initializes a new instance of the ServiceProxyManager class with default values. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CurrentUser | Gets the user that represents the current caller. | 
| .gif) | ServiceAdapter | Gets the ServiceAdapter object that wraps the service used for all requests. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | 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.