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.Booleantrue to set the refresh as high priority; otherwise, false.
Examples
Code Snippet: Programmatically Request a Cache Refresh on the Client