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
System_CAPS_protmethod ServiceProxyManager()

Initializes a new instance of the ServiceProxyManager class with the default values.

Properties

Name Description
System_CAPS_pubproperty CurrentUser

Gets the user that represents the current caller.

System_CAPS_protproperty ServiceAdapter

Gets the service adapter that wraps the service used for all requests.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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