Azure devops 查询Azure DevOps Analytics$批处理终结点时出现OData.Feed错误

Azure devops 查询Azure DevOps Analytics$批处理终结点时出现OData.Feed错误,azure-devops,powerbi,odata,powerquery,powerbi-desktop,Azure Devops,Powerbi,Odata,Powerquery,Powerbi Desktop,我编写了一个电源查询,如下所示: let Source = OData.Feed("https://analytics.dev.azure.com/{org}/{project}/_odata/v3.0-preview/WorkItems?$top=1" , null, [Implementation="2.0", OmitValues=ODataOmitValues.Nulls, ODataVersion=4, MaxUriLen

我编写了一个电源查询,如下所示:

let
    Source = OData.Feed("https://analytics.dev.azure.com/{org}/{project}/_odata/v3.0-preview/WorkItems?$top=1"
        , null, [Implementation="2.0", OmitValues=ODataOmitValues.Nulls, ODataVersion=4, MaxUriLength=1, EnableBatch=true])
in
    Source
但我得到了一个意想不到的错误:

Stack Trace:
Microsoft.Mashup.Host.Document.SerializedException
Microsoft.Mashup.Evaluator.Interface.ErrorException: The method or operation is not implemented. ---> Microsoft.Mashup.Evaluator.Interface.ErrorException: The method or operation is not implemented. ---> Microsoft.Mashup.Evaluator.Interface.ErrorException: The method or operation is not implemented. ---> Microsoft.Mashup.Evaluator.Interface.ErrorException: The method or operation is not implemented. ---> Microsoft.Mashup.Evaluator.Interface.ErrorException: The method or operation is not implemented. ---> System.NotImplementedException: The method or operation is not implemented. ---> System.NotImplementedException: The method or operation is not implemented.
   at Microsoft.Mashup.Engine1.Library.OData.HttpRequestBuilder.CreateSingleBatchedODataQuery(MashupHttpWebRequest httpWebRequest, Uri uri, Value innerRequestHeaders, String contentType, ODataServerVersion version)
   at Microsoft.Mashup.Engine1.Library.OData.HttpRequestBuilder.BuildWebRequest(HttpResource resource, Uri serviceUri, Uri uri, Value headers, ResourceCredentialCollection credentials, ODataSettingsBase settings, String contentType, IEngineHost host, ODataUserSettings userSettings, ODataServerVersion serverVersion)
   at Microsoft.Mashup.Engine1.Library.OData.ODataRequest.BuildWebRequest(IResource origin, Uri uri, IResource& resource)
   at Microsoft.Mashup.Engine1.Library.Web.Request.ManualRedirect(IEngineHost host, String resourceKind, Uri uri, CreateWebRequestDelegate createRequest, Func`2 createResponse, WebRequest& webRequest, Int32[] nonErrors)
   at Microsoft.Mashup.Engine1.Library.OData.ODataRequest.<>c__DisplayClass23_0.<GetResponseStream>b__0()
   at Microsoft.Mashup.Engine1.Library.Common.RetryPolicy.Execute[TResult](IEngineHost host, Func`1 func)
   at Microsoft.Mashup.Engine1.Library.OData.ODataRequest.GetResponseStream(IHostTrace trace, String key, Boolean tokenRefreshed)
   at Microsoft.Mashup.Engine1.Library.OData.ODataRequest.GetResponseStream()
   at Microsoft.Mashup.Engine1.Library.OData.ODataModule.<>c__DisplayClass13_0.<TryDetectODataV4Feed>b__0()
   at Microsoft.Mashup.Engine1.Library.OData.ODataFallbackVersionHandler.HandleVersionFallback[T](Func`1 function, Boolean throwOnBadRequest)
   at Microsoft.Mashup.Engine1.Library.OData.ODataModule.TryDetectODataV4Feed(HttpResource resource, Value headers, IEngineHost host, ResourceCredentialCollection credentials, ODataUserSettings userSettings, StandaloneODataFallbackVersionHandler fallbackHandler, Uri serviceUri, Uri uri, ODataSettingsBase settings, HttpResponseData& responseData)
   at Microsoft.Mashup.Engine1.Library.OData.ODataModule.GetFeed(HttpResource resource, TextValue serviceUriValue, TextValue uriValue, Value headers, IEngineHost host, ResourceCredentialCollection credentials, ODataSettingsBase settings, ODataUserSettings userSettings, Boolean useCachedCredentials)
   at Microsoft.Mashup.Engine1.Library.OData.ODataModule.FeedFunctionValue.TypedInvoke(TextValue serviceUri, Value headers, Value options)
   at Microsoft.Mashup.Engine1.Runtime.NativeFunctionValue3`4.Invoke(Value arg0, Value arg1, Value arg2)
   at Microsoft.Mashup.Engine1.Language.DebugInstruction.Execute(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.FunctionInvocationInstruction2.Execute(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.DebugInstruction.Execute(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.InstructionInvocationInstruction2.Execute(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.DebugInstruction.Execute(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.MembersFunctionValue1.Invoke(Value arg0)
   at Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.Force(Int32 index)
   at Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.get_Item(Int32 index)
   at Microsoft.Mashup.Engine1.Language.MembersFunctionValue1.Invoke(Value arg0)
   at Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.Force(Int32 index)
   at Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.get_Item(Int32 index)
   at Microsoft.Mashup.Engine1.Runtime.Library.Linker.BindFunctionValue.TypedInvoke(RecordValue environment, Value section, TextValue name)
   at Microsoft.Mashup.Engine1.Runtime.NativeFunctionValue3`4.Invoke(Value arg0, Value arg1, Value arg2)
   at Microsoft.Mashup.Engine1.Language.MembersFunctionValue0.Invoke()
   at Microsoft.Mashup.Engine1.Language.ListInstruction.RuntimeListValue.Force(Int32 index)
   at Microsoft.Mashup.Engine1.Language.ListInstruction.RuntimeListValue.get_Item(Int32 index)
   at Microsoft.Mashup.Engine1.Language.MembersFunctionValue1.Invoke(Value arg0)
   at Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.Force(Int32 index)
   at Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.get_Item(Int32 index)
   at Microsoft.Mashup.Engine1.Language.FunctionInvocationInstruction2.Execute(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.Instruction.ExecuteCondition(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.DebugInstruction.ExecuteCondition(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.IfInstruction.Execute(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.DebugInstruction.Execute(MembersFrame1& frame)
   at Microsoft.Mashup.Engine1.Language.MembersFunctionValue1.Invoke(Value arg0)
   at Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.Force(Int32 index)
   at Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.get_Item(Int32 index)
   at Microsoft.Mashup.Engine1.Language.MembersFunctionValue0.Invoke()
   at Microsoft.Mashup.Evaluator.SimpleDocumentEvaluator.BeginGetResult(DocumentEvaluationParameters parameters, Action`1 callback)
   --- End of inner exception stack trace ---
   at Microsoft.Mashup.Evaluator.SimpleDocumentEvaluator.BeginGetResult(DocumentEvaluationParameters parameters, Action`1 callback)
   at Microsoft.Mashup.Evaluator.SimpleDocumentEvaluator.BeginGetResult(DocumentEvaluationParameters parameters, Action`1 callback)
   at Microsoft.Mashup.Evaluator.Interface.IDocumentEvaluatorExtensions.GetResult[T](IDocumentEvaluator`1 evaluator, DocumentEvaluationParameters parameters)
   at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.Service.OnBeginGetResult[T](IMessageChannel channel, BeginGetResultMessage message, Action`1 action)
   at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.Service.OnBeginGetPreviewValueSource(IMessageChannel channel, BeginGetPreviewValueSourceMessage message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.ChannelMessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.Dispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.OnMessageWithUnknownChannel(IMessageChannel baseChannel, MessageWithUnknownChannel messageWithUnknownChannel)
   at Microsoft.Mashup.Evaluator.MessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.ChannelMessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.Dispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.EvaluationHost.Run()
   at Microsoft.Mashup.Container.EvaluationContainerMain.Run(Object args)
   at Microsoft.Mashup.Evaluator.SafeThread2.<>c__DisplayClass9_0.<CreateAction>b__0(Object o)
   at Microsoft.Mashup.Container.EvaluationContainerMain.SafeRun(String[] args)
   at Microsoft.Mashup.Container.EvaluationContainerMain.Main(String[] args)
   --- End of inner exception stack trace ---
   at Microsoft.Mashup.Evaluator.SimpleDocumentEvaluator.<>c__DisplayClass3_0.<BeginGetResult>b__0(EvaluationResult2`1 result)
   --- End of inner exception stack trace ---
   at Microsoft.Mashup.Evaluator.SimpleDocumentEvaluator.<>c__DisplayClass3_0.<BeginGetResult>b__0(EvaluationResult2`1 result)
   at Microsoft.Mashup.Evaluator.SimpleDocumentEvaluator.BeginGetResult(DocumentEvaluationParameters parameters, Action`1 callback)
   at Microsoft.Mashup.Evaluator.SimpleDocumentEvaluator.BeginGetResult(DocumentEvaluationParameters parameters, Action`1 callback)
   at Microsoft.Mashup.Evaluator.Interface.IDocumentEvaluatorExtensions.GetResult[T](IDocumentEvaluator`1 evaluator, DocumentEvaluationParameters parameters)
   at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.Service.OnBeginGetResult[T](IMessageChannel channel, BeginGetResultMessage message, Action`1 action)
   at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.Service.OnBeginGetPreviewValueSource(IMessageChannel channel, BeginGetPreviewValueSourceMessage message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.ChannelMessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.Dispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.OnMessageWithUnknownChannel(IMessageChannel baseChannel, MessageWithUnknownChannel messageWithUnknownChannel)
   at Microsoft.Mashup.Evaluator.MessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.ChannelMessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.Dispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.EvaluationHost.Run()
   at Microsoft.Mashup.Container.EvaluationContainerMain.Run(Object args)
   at Microsoft.Mashup.Evaluator.SafeThread2.<>c__DisplayClass9_0.<CreateAction>b__0(Object o)
   at Microsoft.Mashup.Container.EvaluationContainerMain.SafeRun(String[] args)
   at Microsoft.Mashup.Container.EvaluationContainerMain.Main(String[] args)
   --- End of inner exception stack trace ---
   at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.Service.<>c__DisplayClass9_1.<OnBeginGetPreviewValueSource>b__1()
   at Microsoft.Mashup.Evaluator.RemotePreviewValueSource.<>c__DisplayClass0_0.<RunStub>b__0()
   at Microsoft.Mashup.Evaluator.EvaluationHost.ReportExceptions(IHostTrace trace, IEngineHost engineHost, IMessageChannel channel, Action action)
   --- End of inner exception stack trace ---
   at Microsoft.Mashup.Evaluator.EvaluationHost.<>c__DisplayClass11_0.<TryReportException>b__1()
   at Microsoft.Mashup.Common.SafeExceptions.IgnoreSafeExceptions(IEngineHost host, IHostTrace trace, Action action)
   at Microsoft.Mashup.Evaluator.EvaluationHost.TryReportException(IHostTrace trace, IEngineHost engineHost, IMessageChannel channel, Exception exception)
   at Microsoft.Mashup.Evaluator.EvaluationHost.ReportExceptions(IHostTrace trace, IEngineHost engineHost, IMessageChannel channel, Action action)
   at Microsoft.Mashup.Evaluator.RemotePreviewValueSource.RunStub(IEngineHost engineHost, IMessageChannel channel, Func`1 getPreviewValueSource)
   at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.Service.<>c__DisplayClass12_1`1.<OnBeginGetResult>b__0()
   at Microsoft.Mashup.Evaluator.EvaluationHost.ReportExceptions(IHostTrace trace, IEngineHost engineHost, IMessageChannel channel, Action action)
   at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.Service.OnBeginGetResult[T](IMessageChannel channel, BeginGetResultMessage message, Action`1 action)
   at Microsoft.Mashup.Evaluator.RemoteDocumentEvaluator.Service.OnBeginGetPreviewValueSource(IMessageChannel channel, BeginGetPreviewValueSourceMessage message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.ChannelMessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.Dispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.OnMessageWithUnknownChannel(IMessageChannel baseChannel, MessageWithUnknownChannel messageWithUnknownChannel)
   at Microsoft.Mashup.Evaluator.MessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.ChannelMessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.Dispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.EvaluationHost.Run()
   at Microsoft.Mashup.Container.EvaluationContainerMain.Run(Object args)
   at Microsoft.Mashup.Evaluator.SafeThread2.<>c__DisplayClass9_0.<CreateAction>b__0(Object o)
   at Microsoft.Mashup.Container.EvaluationContainerMain.SafeRun(String[] args)
   at Microsoft.Mashup.Container.EvaluationContainerMain.Main(String[] args)
   --- End of inner exception stack trace ---
   at Microsoft.Mashup.Evaluator.EvaluationHost.OnException(IEngineHost engineHost, IMessageChannel channel, ExceptionMessage message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.Dispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.ChannelMessenger.ChannelMessageHandlers.TryDispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.MessageHandlers.Dispatch(IMessageChannel channel, Message message)
   at Microsoft.Mashup.Evaluator.Interface.IMessageChannelExtensions.WaitFor[T](IMessageChannel channel)
   at Microsoft.Mashup.Evaluator.RemotePreviewValueSource.PreviewValueSource.WaitFor(Func`1 condition, Boolean disposing)
   at Microsoft.Mashup.Evaluator.RemotePreviewValueSource.PreviewValueSource.get_TableSource()
   at Microsoft.Mashup.Evaluator.Interface.TracingPreviewValueSource.get_TableSource()
   at Microsoft.Mashup.Host.Document.Analysis.PackageDocumentAnalysisInfo.PackagePartitionAnalysisInfo.SetPreviewValue(EvaluationResult2`1 result, Func`1 getStaleSince, Func`1 getSampled)
堆栈跟踪:
Microsoft.Mashup.Host.Document.SerializedException
Microsoft.Mashup.Evaluator.Interface.ErrorException:未实现该方法或操作。-->Microsoft.Mashup.Evaluator.Interface.ErrorException:未实现该方法或操作。-->Microsoft.Mashup.Evaluator.Interface.ErrorException:未实现该方法或操作。-->Microsoft.Mashup.Evaluator.Interface.ErrorException:未实现该方法或操作。-->Microsoft.Mashup.Evaluator.Interface.ErrorException:未实现该方法或操作。-->System.NotImplementedException:方法或操作未实现。-->System.NotImplementedException:方法或操作未实现。
位于Microsoft.Mashup.Engine1.Library.OData.HttpRequestBuilder.CreateSingleBatchedDataQuery(MashupHttpWebRequest httpWebRequest,Uri Uri,值innerRequestHeaders,字符串contentType,ODataServerVersion)
位于Microsoft.Mashup.Engine1.Library.OData.HttpRequestBuilder.BuildWebRequest(HttpResource资源、Uri服务Uri、Uri Uri、值标题、ResourceCredentialCollection凭据、ODataSettingBase设置、字符串内容类型、IEngineHost主机、ODataUserSettings用户设置、ODataServerVersion服务器版本)
位于Microsoft.Mashup.Engine1.Library.OData.ODataRequest.BuildWebRequest(IResource来源、Uri、IResource和资源)
在Microsoft.Mashup.Engine1.Library.Web.Request.ManualRedirect(IEngineHost主机、字符串resourceKind、Uri Uri、CreateWebRequestDelegate createRequest、Func`2 createResponse、WebRequest和WebRequest、Int32[]无错误)
在Microsoft.Mashup.Engine1.Library.OData.ODataRequest.c__DisplayClass23_0.b__0()中
在Microsoft.Mashup.Engine1.Library.Common.RetryPolicy.Execute[TResult](IEngineHost主机,Func`1 Func)
位于Microsoft.Mashup.Engine1.Library.OData.ODataRequest.GetResponseStream(IHostTrace跟踪、字符串键、布尔标记)
在Microsoft.Mashup.Engine1.Library.OData.ODataRequest.GetResponseStream()上
在Microsoft.Mashup.Engine1.Library.OData.ODataModule.c__显示class13_0.b__0()
位于Microsoft.Mashup.Engine1.Library.OData.ODataFallbackVersionHandler.HandleVersionFallback[T](Func`1函数,布尔throwOnBadRequest)
位于Microsoft.Mashup.Engine1.Library.OData.ODataModule.TryDetectODataV4Feed(HttpResource资源、值头、IEngineHost主机、ResourceCredentialCollection凭据、ODataUserSettings用户设置、StandalonoDataFallbackVersionHandler fallbackHandler、Uri服务Uri、Uri、ODataSettingBase设置、HttpResponseData和responseData)
位于Microsoft.Mashup.Engine1.Library.OData.ODataModule.GetFeed(HttpResource资源、TextValue serviceUriValue、TextValue uriValue、值标题、IEEngineHost主机、ResourceCredentialCollection凭据、ODataSettingBase设置、ODataUserSettings用户设置、布尔useCachedCredentials)
位于Microsoft.Mashup.Engine1.Library.OData.ODataModule.FeedFunctionValue.TypedInvoke(TextValue服务URI、值标题、值选项)
在Microsoft.Mashup.Engine1.Runtime.NativeFunctionValue3`4.Invoke中(值arg0、值arg1、值arg2)
在Microsoft.Mashup.Engine1.Language.DebugInstruction.Execute(MembersFrame1&frame)中
位于Microsoft.Mashup.Engine1.Language.FunctionInvocationInstruction2.Execute(MembersFrame1&frame)
在Microsoft.Mashup.Engine1.Language.DebugInstruction.Execute(MembersFrame1&frame)中
在Microsoft.Mashup.Engine1.Language.InstructionInLocationInstruction2.Execute(MembersFrame1&frame)中
在Microsoft.Mashup.Engine1.Language.DebugInstruction.Execute(MembersFrame1&frame)中
位于Microsoft.Mashup.Engine1.Language.MembersFunctionValue1.Invoke(值arg0)
位于Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.Force(Int32索引)
位于Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.get_项(Int32索引)
位于Microsoft.Mashup.Engine1.Language.MembersFunctionValue1.Invoke(值arg0)
位于Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.Force(Int32索引)
位于Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.get_项(Int32索引)
位于Microsoft.Mashup.Engine1.Runtime.Library.Linker.BindFunctionValue.TypedInvoke(RecordValue环境,值部分,TextValue名称)
在Microsoft.Mashup.Engine1.Runtime.NativeFunctionValue3`4.Invoke中(值arg0、值arg1、值arg2)
在Microsoft.Mashup.Engine1.Language.MembersFunctionValue0.Invoke()中
位于Microsoft.Mashup.Engine1.Language.ListInstruction.RuntimeListValue.Force(Int32索引)
位于Microsoft.Mashup.Engine1.Language.ListInstruction.RuntimeListValue.get_项(Int32索引)
位于Microsoft.Mashup.Engine1.Language.MembersFunctionValue1.Invoke(值arg0)
位于Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.Force(Int32索引)
位于Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.get_项(Int32索引)
位于Microsoft.Mashup.Engine1.Language.FunctionInvocationInstruction2.Execute(MembersFrame1&frame)
位于Microsoft.Mashup.Engine1.Language.Instruction.ExecuteCondition(MembersFrame1&frame)
位于Microsoft.Mashup.Engine1.Language.DebugInstruction.ExecuteCondition(MembersFrame1&frame)
在Microsoft.Mashup.Engine1.Language.IfInstruction.Execute(MembersFrame1&frame)中
在Microsoft.Mashup.Engine1.Language.DebugInstruction.Execute(MembersFrame1&frame)中
位于Microsoft.Mashup.Engine1.Language.MembersFunctionValue1.Invoke(值arg0)
位于Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.Force(Int32索引)
位于Microsoft.Mashup.Engine1.Language.RecordInstruction.RuntimeRecordValue.get_项(Int32索引)
在Microsoft.Mashup.Engine1.Language.MembersFunctionValue0.Invoke()中
在Microsoft.Mashup.Evaluator.SimpleDocumentEvaluator.BeginGetResult(DocumentEvaluationParameter