ISubscription.RequestRefresh Method (Boolean)

Triggers the refresh process for the cache subscription with the specified priority.

Namespace:  Microsoft.BusinessData.Offlining
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Sub RequestRefresh ( _
    priority As Boolean _
)
'Usage
Dim instance As ISubscription
Dim priority As Boolean

instance.RequestRefresh(priority)
void RequestRefresh(
    bool priority
)

Parameters

  • priority
    Type: System.Boolean

    true to set the refresh as high priority; otherwise, false.

Examples

Code Snippet: Programmatically Request a Cache Refresh on the Client

See Also

Reference

ISubscription Interface

ISubscription Members

RequestRefresh Overload

Microsoft.BusinessData.Offlining Namespace