Partajați prin


AsyncSettings.SelectInterval Property

 

Applies To: Dynamics CRM 2015

Gets or sets the interval used to determine if new asynchronous operations should be loaded into memory.

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

Syntax

[DataMemberAttribute]
public int SelectInterval { get; set; }
public:
[DataMemberAttribute]
property int SelectInterval {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member SelectInterval : int with get, set
<DataMemberAttribute>
Public Property SelectInterval As Integer

Property Value

Type: System.Int32

Type: Int32
The interval for loading asynchronous operations into memory.

See Also

AsyncSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright