Microsoft
70-573 · Question #267
You create a client application that remotely calls the Business Connectivity Services (BCS) object model. You need to create the context that will be used to request a cache refresh. Which code…
The correct answer is C. RemoteOfflineRuntime cCtx = new RemoteOfflineRuntime(). MNEMONIC RULE: "cache = RemoteOfflineRuntime" Code Snippet: Programmatically Request a Cache Refresh on the Client
Developing for Client Applications
Question
You create a client application that remotely calls the Business Connectivity Services (BCS) object model. You need to create the context that will be used to request a cache refresh. Which code segment should you use?
Options
- ABdcService cCtx =
- BClientContext cCtx = new ClientContext(string.Empty);
- CRemoteOfflineRuntime cCtx = new RemoteOfflineRuntime();
- DRemoteSharedFileBackedMetadataCatalog cCtx = new
How the community answered
(40 responses)- A15% (6)
- B5% (2)
- C75% (30)
- D5% (2)
Explanation
MNEMONIC RULE: "cache = RemoteOfflineRuntime" Code Snippet: Programmatically Request a Cache Refresh on the Client
Topics
#Business Connectivity Services#BCS#RemoteOfflineRuntime#cache refresh
Community Discussion
No community discussion yet for this question.