ICorProfilerCallback::RemotingServerSendingReply 方法
通知分析工具,流程已完成處理遠端方法叫用要求,並即將透過通道傳輸回覆。
語法
HRESULT RemotingServerSendingReply(
[in] GUID *pCookie,
[in] BOOL fIsAsync);
參數
pCookie
[in] GUID 的指標,會在下列情況時對應至 ICorProfilerCallback::RemotingClientReceivingReply 中提供的值:
遠端 GUID Cookie 為使用中。
通道成功傳輸訊息。
用戶端處理序會使用 GUID Cookie。
這可讓您輕鬆地配對遠端呼叫,以及建立邏輯呼叫堆疊。
fIsAsync
[in] 如果呼叫是非同步,值則為 true
;否則,值為 false
。
規格需求
平台:請參閱系統需求。
標頭: CorProf.idl、CorProf.h
程式庫:CorGuids.lib
.NET Framework版本:自 2.0 起可用