Share via


ServiceProxy<TService> Constructor (IServiceManagement<TService>, SecurityTokenResponse)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the ServiceProxy<TService> class using a service management and security token response.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

protected ServiceProxy(
    IServiceManagement<TService> serviceManagement,
    SecurityTokenResponse securityTokenResponse
)
protected:
ServiceProxy(
    IServiceManagement<TService>^ serviceManagement,
    SecurityTokenResponse^ securityTokenResponse
)
new : 
        serviceManagement:IServiceManagement<'TService> *
        securityTokenResponse:SecurityTokenResponse -> ServiceProxy
Protected Sub New (
    serviceManagement As IServiceManagement(Of TService),
    securityTokenResponse As SecurityTokenResponse
)

Parameters

See Also

ServiceProxy<TService> Overload
ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright