OrganizationServiceProxy Constructor (IServiceManagement<IOrganizationService>, SecurityTokenResponse)
Applies To: Dynamics CRM 2015
Initializes a new instance of the OrganizationServiceProxy class using a service management and a security token response.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public OrganizationServiceProxy(
IServiceManagement<IOrganizationService> serviceManagement,
SecurityTokenResponse securityTokenResponse
)
public:
OrganizationServiceProxy(
IServiceManagement<IOrganizationService^>^ serviceManagement,
SecurityTokenResponse^ securityTokenResponse
)
new :
serviceManagement:IServiceManagement<IOrganizationService> *
securityTokenResponse:SecurityTokenResponse -> OrganizationServiceProxy
Public Sub New (
serviceManagement As IServiceManagement(Of IOrganizationService),
securityTokenResponse As SecurityTokenResponse
)
Parameters
serviceManagement
Type: Microsoft.Xrm.Sdk.Client.IServiceManagement<IOrganizationService>Type: IServiceManagement<TService><IOrganizationService>. A service management.
securityTokenResponse
Type: Microsoft.Xrm.Sdk.Client.SecurityTokenResponseType: SecurityTokenResponse. A security token response.
See Also
OrganizationServiceProxy Overload
OrganizationServiceProxy Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright