Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Booleantrue to set the refresh as high priority; otherwise, false.
Examples
Code Snippet: Programmatically Request a Cache Refresh on the Client