Microsoft
70-573 · Question #217
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. Dim cCtx As New RemoteOfflineRuntime(). See the full explanation below for the reasoning.
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
- ADim cCtx As BdcService = SPFarm.Local.Services.GetValue(Of
- BDim cCtx As New ClientContext(String.Empty)
- CDim cCtx As New RemoteOfflineRuntime()
- DDim cCtx As New RemoteSharedFileBackedMetadataCatalog()
How the community answered
(27 responses)- A7% (2)
- B11% (3)
- C78% (21)
- D4% (1)
Community Discussion
No community discussion yet for this question.