Share via


KeyedRequest Constructor (OrganizationRequest, String)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the KeyedRequest class.

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

Syntax

public KeyedRequest(
    OrganizationRequest request,
    string key
)
public:
KeyedRequest(
    OrganizationRequest^ request,
    String^ key
)
new : 
        request:OrganizationRequest *
        key:string -> KeyedRequest
Public Sub New (
    request As OrganizationRequest,
    key As String
)

Parameters

See Also

KeyedRequest Overload
KeyedRequest Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright