nerdexam
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)
  • A
    7% (2)
  • B
    11% (3)
  • C
    78% (21)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice