ServiceProxyManager Class
Represents a wrapper for the Services API.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Deployment.ServiceProxyManager
Microsoft.MasterDataServices.Deployment.ModelDeployer
Microsoft.MasterDataServices.Deployment.ModelReader
Syntax
public abstract class ServiceProxyManager
public ref class ServiceProxyManager abstract
[<AbstractClass>]
type ServiceProxyManager = class end
Public MustInherit Class ServiceProxyManager
Constructors
Name | Description | |
---|---|---|
ServiceProxyManager() | Initializes a new instance of the ServiceProxyManager class with the default values. |
Properties
Name | Description | |
---|---|---|
CurrentUser | Gets the user that represents the current caller. |
|
ServiceAdapter | Gets the service adapter that wraps the service used for all requests. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
Microsoft.MasterDataServices.Deployment Namespace
Return to top